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 Mod
impl Hash for Mod
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Decodable for Mod
impl Encodable for Mod
impl Eq for Mod
impl PartialEq for Mod
impl Clone for Mod
fn clone(&self) -> Mod
fn clone_from(&mut self, source: &Self)