Struct syntex_syntax::ast::ForeignMod
[−]
[src]
pub struct ForeignMod { pub abi: Abi, pub items: Vec<P<ForeignItem>>, }
Fields
abi | |
items |
pub struct ForeignMod { pub abi: Abi, pub items: Vec<P<ForeignItem>>, }
abi | |
items |
impl Debug for ForeignMod
impl Hash for ForeignMod
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Decodable for ForeignMod
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ForeignMod, __D::Error>
impl Encodable for ForeignMod
impl Eq for ForeignMod
impl PartialEq for ForeignMod
fn eq(&self, __arg_0: &ForeignMod) -> bool
fn ne(&self, __arg_0: &ForeignMod) -> bool
impl Clone for ForeignMod
fn clone(&self) -> ForeignMod
fn clone_from(&mut self, source: &Self)