Struct sp_storage::StorageKey [−][src]
Storage key.
Trait Implementations
impl Clone for StorageKey
[src]
impl Clone for StorageKey
[src]fn clone(&self) -> StorageKey
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl<'de> Deserialize<'de> for StorageKey
[src]
impl<'de> Deserialize<'de> for StorageKey
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src][−]
__D: Deserializer<'de>,
impl Hash for StorageKey
[src]
impl Hash for StorageKey
[src]impl Ord for StorageKey
[src]
impl Ord for StorageKey
[src]impl PartialEq<StorageKey> for StorageKey
[src]
impl PartialEq<StorageKey> for StorageKey
[src]fn eq(&self, other: &StorageKey) -> bool
[src][−]
fn ne(&self, other: &StorageKey) -> bool
[src][−]
impl PartialOrd<StorageKey> for StorageKey
[src]
impl PartialOrd<StorageKey> for StorageKey
[src]fn partial_cmp(&self, other: &StorageKey) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Serialize for StorageKey
[src]
impl Serialize for StorageKey
[src]