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 MacDelimiter
impl Clone for MacDelimiter
[src]
impl Clone for MacDelimiter
fn clone(&self) -> MacDelimiter
[src]
fn clone(&self) -> MacDelimiter
Returns 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 MacDelimiter
fn eq(&self, other: &MacDelimiter) -> bool
[src]
fn eq(&self, other: &MacDelimiter) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Eq for MacDelimiter
[src]
impl Eq for MacDelimiter
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Encodable for MacDelimiter
[src]
impl Encodable for MacDelimiter
fn 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 MacDelimiter
fn 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 MacDelimiter
Auto Trait Implementations
impl Send for MacDelimiter
impl Send for MacDelimiter
impl Sync for MacDelimiter
impl Sync for MacDelimiter