pub enum MutableParallelRestriction {}Expand description
Specifies that the RestrictedStorage can run in parallel mutably.
This means the storage can only call get_mut_unchecked and get_unchecked.
Auto Trait Implementations§
impl Freeze for MutableParallelRestriction
impl RefUnwindSafe for MutableParallelRestriction
impl Send for MutableParallelRestriction
impl Sync for MutableParallelRestriction
impl Unpin for MutableParallelRestriction
impl UnwindSafe for MutableParallelRestriction
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