Enum syntax::ast::MacDelimiter [−][src]
pub enum MacDelimiter {
Parenthesis,
Bracket,
Brace,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
Parenthesis🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Bracket🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Brace🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Copy for MacDelimiter[src]
impl Copy for MacDelimiterimpl Clone for MacDelimiter[src]
impl Clone for MacDelimiterfn clone(&self) -> MacDelimiter[src]
fn clone(&self) -> MacDelimiterReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl PartialEq for MacDelimiter[src]
impl PartialEq for MacDelimiterfn eq(&self, other: &MacDelimiter) -> bool[src]
fn eq(&self, other: &MacDelimiter) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for MacDelimiter[src]
impl Eq for MacDelimiterfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Encodable for MacDelimiter[src]
impl Encodable for MacDelimiterfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Decodable for MacDelimiter[src]
impl Decodable for MacDelimiterfn decode<__D: Decoder>(d: &mut __D) -> Result<MacDelimiter, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<MacDelimiter, __D::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Debug for MacDelimiter[src]
impl Debug for MacDelimiterAuto Trait Implementations
impl Send for MacDelimiter
impl Send for MacDelimiterimpl Sync for MacDelimiter
impl Sync for MacDelimiter