Struct dot_parser::ast::AList [−][src]
Expand description
A list of attributes. This corresponds to the a_list
non-terminal of the
grammar.
Fields
elems: Vec<A>
The attributes in the list.
Trait Implementations
Creates a value from an iterator. Read more
Creates a value from an iterator. Read more
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for AList<'a, A> where
A: RefUnwindSafe,
impl<'a, A> UnwindSafe for AList<'a, A> where
A: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more