Struct diem_vm::data_cache::RemoteStorage [−][src]
pub struct RemoteStorage<'a, S>(_);Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, S> RefUnwindSafe for RemoteStorage<'a, S> where
S: RefUnwindSafe,
impl<'a, S> Send for RemoteStorage<'a, S> where
S: Sync,
impl<'a, S> Sync for RemoteStorage<'a, S> where
S: Sync,
impl<'a, S> Unpin for RemoteStorage<'a, S>
impl<'a, S> UnwindSafe for RemoteStorage<'a, S> where
S: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Err = E
type Output = T
type Output = T
Should always be Self