Struct espr::ast::DerivedAttribute [−][src]
pub struct DerivedAttribute {
pub attr: AttributeDecl,
pub ty: Type,
pub expr: Expression,
}Fields
attr: AttributeDeclty: Typeexpr: ExpressionTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DerivedAttribute
impl Send for DerivedAttribute
impl Sync for DerivedAttribute
impl Unpin for DerivedAttribute
impl UnwindSafe for DerivedAttribute
Blanket Implementations
Mutably borrows from an owned value. Read more