Struct syntex_syntax::ast::Mod
[−]
[src]
pub struct Mod {
pub inner: Span,
pub items: Vec<P<Item>>,
}Fields
inner | A span from the first token past |
items |
pub struct Mod {
pub inner: Span,
pub items: Vec<P<Item>>,
}inner | A span from the first token past |
items |
impl Debug for Modimpl Hash for Modfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for Modimpl Encodable for Modimpl Eq for Modimpl PartialEq for Modimpl Clone for Modfn clone(&self) -> Modfn clone_from(&mut self, source: &Self)