pub struct Slot<K, V>{ /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<K, V> !Freeze for Slot<K, V>
impl<K, V> !RefUnwindSafe for Slot<K, V>
impl<K, V> Send for Slot<K, V>
impl<K, V> Sync for Slot<K, V>
impl<K, V> Unpin for Slot<K, V>
impl<K, V> UnsafeUnpin for Slot<K, V>
impl<K, V> !UnwindSafe for Slot<K, V>
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