Enum syntax::ast::TraitItemKind
[−]
[src]
pub enum TraitItemKind { Const(P<Ty>, Option<P<Expr>>), Method(MethodSig, Option<P<Block>>), Type(TyParamBounds, Option<P<Ty>>), }
Unstable (
rustc_private
)Variants
Const(P<Ty>, Option<P<Expr>>)
Unstable (
rustc_private
)Method(MethodSig, Option<P<Block>>)
Unstable (
rustc_private
)Type(TyParamBounds, Option<P<Ty>>)
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl Debug for TraitItemKind
[src]
impl Hash for TraitItemKind
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl Decodable for TraitItemKind
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<TraitItemKind, __D::Error>
impl Encodable for TraitItemKind
[src]
impl Eq for TraitItemKind
[src]
impl PartialEq for TraitItemKind
[src]
fn eq(&self, __arg_0: &TraitItemKind) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TraitItemKind) -> bool
This method tests for !=
.
impl Clone for TraitItemKind
[src]
fn clone(&self) -> TraitItemKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more