Enum syn::ImplItemKind
[−]
[src]
pub enum ImplItemKind { Const(Ty, Expr), Method(MethodSig, Block), Type(Ty), Macro(Mac), }
Variants
Const(Ty, Expr)
Method(MethodSig, Block)
Type(Ty)
Macro(Mac)
Trait Implementations
impl Debug for ImplItemKind
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for ImplItemKind
[src]
fn clone(&self) -> ImplItemKind
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for ImplItemKind
[src]
impl PartialEq for ImplItemKind
[src]
fn eq(&self, __arg_0: &ImplItemKind) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ImplItemKind) -> bool
[src]
This method tests for !=
.