Struct espr::ast::EntityBody [−][src]
pub struct EntityBody {
pub attributes: Vec<EntityAttribute>,
pub derive_clause: Option<DeriveClause>,
pub inverse_clause: Option<InverseClause>,
pub unique_clause: Option<UniqueClause>,
pub where_clause: Option<WhereClause>,
}
Expand description
Intermediate output of entity_body
Fields
attributes: Vec<EntityAttribute>
derive_clause: Option<DeriveClause>
inverse_clause: Option<InverseClause>
unique_clause: Option<UniqueClause>
where_clause: Option<WhereClause>
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 EntityBody
impl Send for EntityBody
impl Sync for EntityBody
impl Unpin for EntityBody
impl UnwindSafe for EntityBody
Blanket Implementations
Mutably borrows from an owned value. Read more