pub struct StoreOperationDispatch;Implementations§
Auto Trait Implementations§
impl Freeze for StoreOperationDispatch
impl RefUnwindSafe for StoreOperationDispatch
impl Send for StoreOperationDispatch
impl Sync for StoreOperationDispatch
impl Unpin for StoreOperationDispatch
impl UnsafeUnpin for StoreOperationDispatch
impl UnwindSafe for StoreOperationDispatch
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