Enum devise::MetaItem [−][src]
pub enum MetaItem<'a> {
Ident(&'a Ident),
Literal(&'a Lit),
KeyValue(&'a Ident, &'a Lit),
List(MetaItemList<'a>),
}
Variants
Ident(&'a Ident)
Tuple Fields of Ident
0: &'a Ident
Literal(&'a Lit)
Tuple Fields of Literal
0: &'a Lit
List(MetaItemList<'a>)
Tuple Fields of List
0: MetaItemList<'a>
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for MetaItem<'a>
impl<'a> !UnwindSafe for MetaItem<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more