pub enum ImmutableParallelRestriction {}
Expand description
Specifies that the RestrictedStorage
can run in parallel immutably.
This means that the storage can call get
, get_unchecked
.
Auto Trait Implementations
impl RefUnwindSafe for ImmutableParallelRestriction
impl Send for ImmutableParallelRestriction
impl Sync for ImmutableParallelRestriction
impl Unpin for ImmutableParallelRestriction
impl UnwindSafe for ImmutableParallelRestriction
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