Struct sp_state_machine::KeyValueStates
source · pub struct KeyValueStates(pub Vec<KeyValueStorageLevel>);
Expand description
Multiple key value state. States are ordered by root storage key.
Tuple Fields§
§0: Vec<KeyValueStorageLevel>
Implementations§
Trait Implementations§
source§impl Clone for KeyValueStates
impl Clone for KeyValueStates
source§fn clone(&self) -> KeyValueStates
fn clone(&self) -> KeyValueStates
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<I> From<I> for KeyValueStateswhere
I: IntoIterator<Item = (Vec<u8>, (Vec<(Vec<u8>, Vec<u8>)>, Vec<Vec<u8>>))>,
impl<I> From<I> for KeyValueStateswhere I: IntoIterator<Item = (Vec<u8>, (Vec<(Vec<u8>, Vec<u8>)>, Vec<Vec<u8>>))>,
source§impl PartialEq<KeyValueStates> for KeyValueStates
impl PartialEq<KeyValueStates> for KeyValueStates
source§fn eq(&self, other: &KeyValueStates) -> bool
fn eq(&self, other: &KeyValueStates) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for KeyValueStates
impl StructuralEq for KeyValueStates
impl StructuralPartialEq for KeyValueStates
Auto Trait Implementations§
impl RefUnwindSafe for KeyValueStates
impl Send for KeyValueStates
impl Sync for KeyValueStates
impl Unpin for KeyValueStates
impl UnwindSafe for KeyValueStates
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.