[][src]Enum specs::storage::SequentialRestriction

pub enum SequentialRestriction {}

Specifies that the RestrictedStorage cannot run in parallel.

A mutable RestrictedStorage can call get, get_mut, get_unchecked and get_mut_unchecked for deferred/restricted access while an immutable version can only call the immutable accessors.

Auto Trait Implementations

impl Unpin for SequentialRestriction

impl Sync for SequentialRestriction

impl Send for SequentialRestriction

impl UnwindSafe for SequentialRestriction

impl RefUnwindSafe for SequentialRestriction

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Resource for T where
    T: Any + Send + Sync
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Event for T where
    T: Send + Sync + 'static, 
[src]