Enum espr::ast::AttributeDecl [−][src]
pub enum AttributeDecl {
Reference(String),
Qualified {
group: String,
attribute: String,
rename: Option<String>,
},
}
Variants
Reference(String)
Tuple Fields of Reference
0: String
Fields of Qualified
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 AttributeDecl
impl Send for AttributeDecl
impl Sync for AttributeDecl
impl Unpin for AttributeDecl
impl UnwindSafe for AttributeDecl
Blanket Implementations
Mutably borrows from an owned value. Read more