pub struct Attr<Attr>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<Attr> Freeze for Attr<Attr>
impl<Attr> RefUnwindSafe for Attr<Attr>where
Attr: RefUnwindSafe,
impl<Attr> Send for Attr<Attr>where
Attr: Send,
impl<Attr> Sync for Attr<Attr>where
Attr: Sync,
impl<Attr> Unpin for Attr<Attr>where
Attr: Unpin,
impl<Attr> UnwindSafe for Attr<Attr>where
Attr: UnwindSafe,
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