[−][src]Struct synstructure::VariantAst
This type is similar to syn
's Variant
type, however each of the fields
are references rather than owned. When this is used as the AST for a real
variant, this struct simply borrows the fields of the syn::Variant
,
however this type may also be used as the sole variant for a struct.
Fields
attrs: &'a [Attribute]
ident: &'a Ident
fields: &'a Fields
discriminant: &'a Option<(Eq, Expr)>
Trait Implementations
impl<'a> Clone for VariantAst<'a>
[src][+]
impl<'a> Copy for VariantAst<'a>
[src]
impl<'a> Debug for VariantAst<'a>
[src][+]
impl<'a> Eq for VariantAst<'a>
[src]
impl<'a> Hash for VariantAst<'a>
[src][+]
impl<'a> PartialEq<VariantAst<'a>> for VariantAst<'a>
[src][+]
impl<'a> StructuralEq for VariantAst<'a>
[src]
impl<'a> StructuralPartialEq for VariantAst<'a>
[src]
Auto Trait Implementations
impl<'a> !RefUnwindSafe for VariantAst<'a>
impl<'a> !Send for VariantAst<'a>
impl<'a> !Sync for VariantAst<'a>
impl<'a> Unpin for VariantAst<'a>
impl<'a> !UnwindSafe for VariantAst<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,