pub struct EntityTag {
pub designator: WithPos<Designator>,
pub signature: Option<Signature>,
}
Expand description
LRM 7.2 Attribute specification
Fields§
§designator: WithPos<Designator>
§signature: Option<Signature>
Trait Implementations§
impl StructuralPartialEq for EntityTag
Auto Trait Implementations§
impl Freeze for EntityTag
impl !RefUnwindSafe for EntityTag
impl Send for EntityTag
impl Sync for EntityTag
impl Unpin for EntityTag
impl !UnwindSafe for EntityTag
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