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