pub struct AttrDecls {
pub attributes: Vec<Attribute>,
}Expand description
Attribute declaration wrapper.
Fields§
§attributes: Vec<Attribute>Attributes in declaration.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttrDecls
impl RefUnwindSafe for AttrDecls
impl Send for AttrDecls
impl Sync for AttrDecls
impl Unpin for AttrDecls
impl UnwindSafe for AttrDecls
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