Struct espr::ast::DeriveClause [−][src]
pub struct DeriveClause {
pub attributes: Vec<DerivedAttribute>,
}Fields
attributes: Vec<DerivedAttribute>Trait 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 DeriveClause
impl Send for DeriveClause
impl Sync for DeriveClause
impl Unpin for DeriveClause
impl UnwindSafe for DeriveClause
Blanket Implementations
Mutably borrows from an owned value. Read more