Struct syntex_syntax::ast::ForeignItem
[−]
[src]
pub struct ForeignItem { pub ident: Ident, pub attrs: Vec<Attribute>, pub node: ForeignItem_, pub id: NodeId, pub span: Span, pub vis: Visibility, }
Fields
ident | |
attrs | |
node | |
id | |
span | |
vis |
Trait Implementations
Derived Implementations
impl Debug for ForeignItem
[src]
impl Hash for ForeignItem
[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 ForeignItem
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ForeignItem, __D::Error>
impl Encodable for ForeignItem
[src]
impl Eq for ForeignItem
[src]
impl PartialEq for ForeignItem
[src]
fn eq(&self, __arg_0: &ForeignItem) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ForeignItem) -> bool
This method tests for !=
.
impl Clone for ForeignItem
[src]
fn clone(&self) -> ForeignItem
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