pub struct UniqueK;Auto Trait Implementations§
impl Freeze for UniqueK
impl RefUnwindSafe for UniqueK
impl Send for UniqueK
impl Sync for UniqueK
impl Unpin for UniqueK
impl UnsafeUnpin for UniqueK
impl UnwindSafe for UniqueK
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