pub struct AttrDecl {
pub id: NodeId,
pub span: Span,
pub name: Spanned<Name>,
pub data: AttrData,
}
Fields§
§id: NodeId
§span: Span
§name: Spanned<Name>
§data: AttrData
Trait Implementations§
impl Eq for AttrDecl
impl StructuralPartialEq for AttrDecl
Auto Trait Implementations§
impl Freeze for AttrDecl
impl RefUnwindSafe for AttrDecl
impl Send for AttrDecl
impl Sync for AttrDecl
impl Unpin for AttrDecl
impl UnwindSafe for AttrDecl
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