pub struct AttributeSpecification {
pub ident: Ident,
pub entity_name: EntityName,
pub entity_class: EntityClass,
pub expr: WithPos<Expression>,
}
Expand description
LRM 7.2 Attribute specification
Fields§
§ident: Ident
§entity_name: EntityName
§entity_class: EntityClass
§expr: WithPos<Expression>
Trait Implementations§
Source§impl Clone for AttributeSpecification
impl Clone for AttributeSpecification
Source§fn clone(&self) -> AttributeSpecification
fn clone(&self) -> AttributeSpecification
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AttributeSpecification
impl Debug for AttributeSpecification
Source§impl PartialEq for AttributeSpecification
impl PartialEq for AttributeSpecification
impl StructuralPartialEq for AttributeSpecification
Auto Trait Implementations§
impl Freeze for AttributeSpecification
impl !RefUnwindSafe for AttributeSpecification
impl Send for AttributeSpecification
impl Sync for AttributeSpecification
impl Unpin for AttributeSpecification
impl !UnwindSafe for AttributeSpecification
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more