Struct substrate_api_client::node_metadata::StorageDoubleMap [−][src]
pub struct StorageDoubleMap<K, Q, V> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<K, Q, V> RefUnwindSafe for StorageDoubleMap<K, Q, V> where
K: RefUnwindSafe,
Q: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, Q, V> Send for StorageDoubleMap<K, Q, V> where
K: Send,
Q: Send,
V: Send,
impl<K, Q, V> Sync for StorageDoubleMap<K, Q, V> where
K: Sync,
Q: Sync,
V: Sync,
impl<K, Q, V> Unpin for StorageDoubleMap<K, Q, V> where
K: Unpin,
Q: Unpin,
V: Unpin,
impl<K, Q, V> UnwindSafe for StorageDoubleMap<K, Q, V> where
K: UnwindSafe,
Q: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
Convert from a value of T
into an equivalent instance of Self
. Read more
fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of T
. Read more
The counterpart to unchecked_from
.
pub fn unique_saturated_into(self) -> T
pub fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of T
.
pub fn vzip(self) -> V
impl<T> MaybeDebug for T where
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,