Enum syntax::ext::base::MacroKind
[−]
[src]
pub enum MacroKind {
Bang,
Attr,
Derive,
}🔬 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?
Represents different kinds of macro invocations that can be resolved.
Variants
Bang🔬 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?
A bang macro - foo!()
Attr🔬 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?
An attribute macro - #[foo]
Derive🔬 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?
A derive attribute macro - #[derive(Foo)]
Trait Implementations
impl Clone for MacroKind[src]
impl Clone for MacroKindfn clone(&self) -> MacroKind[src]
fn clone(&self) -> MacroKindReturns 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 Copy for MacroKind[src]
impl Copy for MacroKindimpl PartialEq for MacroKind[src]
impl PartialEq for MacroKindfn eq(&self, __arg_0: &MacroKind) -> bool[src]
fn eq(&self, __arg_0: &MacroKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for MacroKind[src]
impl Eq for MacroKindimpl Encodable for MacroKind[src]
impl Encodable for MacroKindfn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, __arg_0: &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 MacroKind[src]
impl Decodable for MacroKindfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<MacroKind, __D::Error>[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<MacroKind, __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 Hash for MacroKind[src]
impl Hash for MacroKindfn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for MacroKind[src]
impl Debug for MacroKind