Enum specs::storage::MutableParallelRestriction
source · [−]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 RefUnwindSafe for MutableParallelRestriction
impl Send for MutableParallelRestriction
impl Sync for MutableParallelRestriction
impl Unpin for MutableParallelRestriction
impl UnwindSafe for MutableParallelRestriction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more