Enum synthez_core::parse::attrs::kind::Ident [−][src]
pub enum Ident {}
Expand description
Kind
defining parsing an Attrs
’ field as a simple
syn::Ident
.
#[attr(ident)]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ident
impl UnwindSafe for Ident
Blanket Implementations
Mutably borrows from an owned value. Read more
Merges the provided value
to this field::Container
with the
specified parsing Kind
and Dedup
lication strategy. Read more
Merges the value extracted from another
field::Container
to
this field::Container
with the specified parsing Kind
and
Dedup
lication strategy. Read more