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