pub struct Default<K: KindWithDefault> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<K> RefUnwindSafe for Default<K>where K: RefUnwindSafe,
impl<K> Send for Default<K>where K: Send,
impl<K> Sync for Default<K>where K: Sync,
impl<K> Unpin for Default<K>where K: Unpin,
impl<K> UnwindSafe for Default<K>where K: 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