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