Struct syntax::ast::ImplItem
[−]
[src]
pub struct ImplItem { pub id: NodeId, pub ident: Ident, pub vis: Visibility, pub defaultness: Defaultness, pub attrs: Vec<Attribute>, pub generics: Generics, pub node: ImplItemKind, pub span: Span, pub tokens: Option<TokenStream>, }
Fields
id: NodeId
ident: Ident
vis: Visibility
defaultness: Defaultness
attrs: Vec<Attribute>
generics: Generics
node: ImplItemKind
span: Span
tokens: Option<TokenStream>
See Item::tokens
for what this is
Trait Implementations
impl Clone for ImplItem
[src]
fn clone(&self) -> ImplItem
[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 PartialEq for ImplItem
[src]
fn eq(&self, __arg_0: &ImplItem) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ImplItem) -> bool
[src]
This method tests for !=
.
impl Eq for ImplItem
[src]
impl Encodable for ImplItem
[src]
impl Decodable for ImplItem
[src]
impl Hash for ImplItem
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
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]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Debug for ImplItem
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl HasAttrs for ImplItem
[src]
fn attrs(&self) -> &[Attribute]
[src]
fn map_attrs<F>(self, f: F) -> Self where
F: FnOnce(Vec<Attribute>) -> Vec<Attribute>,
[src]
F: FnOnce(Vec<Attribute>) -> Vec<Attribute>,