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