Trait synthez_core::has::Attrs
source · pub trait Attrs {
// Required method
fn attrs(&self) -> &[Attribute];
}
Expand description
syn
types containing syn::Attribute
s.
Required Methods§
sourcefn attrs(&self) -> &[Attribute]
fn attrs(&self) -> &[Attribute]
Returns contained syn::Attribute
s.
Implementations on Foreign Types§
source§impl Attrs for ForeignItemFn
Available on crate feature full
only.
impl Attrs for ForeignItemFn
Available on crate feature
full
only.source§impl Attrs for ExprBinary
Available on crate feature full
only.
impl Attrs for ExprBinary
Available on crate feature
full
only.source§impl Attrs for ItemStatic
Available on crate feature full
only.
impl Attrs for ItemStatic
Available on crate feature
full
only.source§impl Attrs for ForeignItemStatic
Available on crate feature full
only.
impl Attrs for ForeignItemStatic
Available on crate feature
full
only.source§impl Attrs for ExprTryBlock
Available on crate feature full
only.
impl Attrs for ExprTryBlock
Available on crate feature
full
only.source§impl Attrs for PatTupleStruct
Available on crate feature full
only.
impl Attrs for PatTupleStruct
Available on crate feature
full
only.source§impl Attrs for TraitItemFn
Available on crate feature full
only.
impl Attrs for TraitItemFn
Available on crate feature
full
only.source§impl Attrs for TraitItemConst
Available on crate feature full
only.
impl Attrs for TraitItemConst
Available on crate feature
full
only.source§impl Attrs for ImplItemConst
Available on crate feature full
only.
impl Attrs for ImplItemConst
Available on crate feature
full
only.source§impl Attrs for ExprClosure
Available on crate feature full
only.
impl Attrs for ExprClosure
Available on crate feature
full
only.source§impl Attrs for ForeignItemType
Available on crate feature full
only.
impl Attrs for ForeignItemType
Available on crate feature
full
only.source§impl Attrs for ExprAssign
Available on crate feature full
only.
impl Attrs for ExprAssign
Available on crate feature
full
only.source§impl Attrs for ForeignItemMacro
Available on crate feature full
only.
impl Attrs for ForeignItemMacro
Available on crate feature
full
only.source§impl Attrs for ExprUnsafe
Available on crate feature full
only.
impl Attrs for ExprUnsafe
Available on crate feature
full
only.source§impl Attrs for ItemExternCrate
Available on crate feature full
only.
impl Attrs for ItemExternCrate
Available on crate feature
full
only.source§impl Attrs for ExprForLoop
Available on crate feature full
only.
impl Attrs for ExprForLoop
Available on crate feature
full
only.source§impl Attrs for ImplItemType
Available on crate feature full
only.
impl Attrs for ImplItemType
Available on crate feature
full
only.source§impl Attrs for ExprReturn
Available on crate feature full
only.
impl Attrs for ExprReturn
Available on crate feature
full
only.source§impl Attrs for ImplItemMacro
Available on crate feature full
only.
impl Attrs for ImplItemMacro
Available on crate feature
full
only.source§impl Attrs for ExprMethodCall
Available on crate feature full
only.
impl Attrs for ExprMethodCall
Available on crate feature
full
only.source§impl Attrs for PatReference
Available on crate feature full
only.
impl Attrs for PatReference
Available on crate feature
full
only.source§impl Attrs for TraitItemMacro
Available on crate feature full
only.
impl Attrs for TraitItemMacro
Available on crate feature
full
only.source§impl Attrs for TraitItemType
Available on crate feature full
only.
impl Attrs for TraitItemType
Available on crate feature
full
only.source§impl Attrs for ImplItemFn
Available on crate feature full
only.
impl Attrs for ImplItemFn
Available on crate feature
full
only.source§impl Attrs for ItemStruct
Available on crate feature full
only.
impl Attrs for ItemStruct
Available on crate feature
full
only.source§impl Attrs for ExprContinue
Available on crate feature full
only.
impl Attrs for ExprContinue
Available on crate feature
full
only.source§impl Attrs for ExprStruct
Available on crate feature full
only.
impl Attrs for ExprStruct
Available on crate feature
full
only.source§impl Attrs for ItemForeignMod
Available on crate feature full
only.
impl Attrs for ItemForeignMod
Available on crate feature
full
only.source§impl Attrs for ItemTraitAlias
Available on crate feature full
only.
impl Attrs for ItemTraitAlias
Available on crate feature
full
only.source§impl Attrs for ExprRepeat
Available on crate feature full
only.
impl Attrs for ExprRepeat
Available on crate feature
full
only.source§impl Attrs for ExprReference
Available on crate feature full
only.
impl Attrs for ExprReference
Available on crate feature
full
only.source§impl Attrs for FieldValue
Available on crate feature full
only.
impl Attrs for FieldValue
Available on crate feature
full
only.