Struct syntax::ast::ForeignMod[src]
pub struct ForeignMod {
pub abi: Abi,
pub view_items: Vec<ViewItem>,
pub items: Vec<Gc<ForeignItem>>,
}Fields
abi | |
view_items | |
items |
pub struct ForeignMod {
pub abi: Abi,
pub view_items: Vec<ViewItem>,
pub items: Vec<Gc<ForeignItem>>,
}abi | |
view_items | |
items |
impl<__S: Writer> Hash<__S> for ForeignModfn hash(&self, __arg_0: &mut __S)impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for ForeignModfn decode(__arg_0: &mut __D) -> Result<ForeignMod, __E>impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for ForeignModimpl Eq for ForeignModfn assert_receiver_is_total_eq(&self)impl PartialEq for ForeignModfn eq(&self, __arg_0: &ForeignMod) -> boolfn ne(&self, __arg_0: &ForeignMod) -> boolimpl Clone for ForeignModfn clone(&self) -> ForeignModfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).