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