pub struct Attribute<'doc, 'input> { /* private fields */ }Implementations§
Trait Implementations§
impl<'doc, 'input> Copy for Attribute<'doc, 'input>
Auto Trait Implementations§
impl<'doc, 'input> Freeze for Attribute<'doc, 'input>
impl<'doc, 'input> RefUnwindSafe for Attribute<'doc, 'input>
impl<'doc, 'input> !Send for Attribute<'doc, 'input>
impl<'doc, 'input> !Sync for Attribute<'doc, 'input>
impl<'doc, 'input> Unpin for Attribute<'doc, 'input>
impl<'doc, 'input> UnwindSafe for Attribute<'doc, 'input>
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