Struct ink_metadata::layout::LayoutKey
source · pub struct LayoutKey { /* private fields */ }
Expand description
A pointer into some storage region.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LayoutKey
impl<'de> Deserialize<'de> for LayoutKey
source§fn deserialize<D>(d: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(d: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for LayoutKey
impl Ord for LayoutKey
source§impl PartialOrd<LayoutKey> for LayoutKey
impl PartialOrd<LayoutKey> for LayoutKey
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more