Struct espr::ast::EntityAttribute [−][src]
pub struct EntityAttribute {
pub name: AttributeDecl,
pub ty: Type,
pub optional: bool,
}
Fields
name: AttributeDecl
ty: Type
optional: bool
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 EntityAttribute
impl Send for EntityAttribute
impl Sync for EntityAttribute
impl Unpin for EntityAttribute
impl UnwindSafe for EntityAttribute
Blanket Implementations
Mutably borrows from an owned value. Read more