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