pub struct GetStorageKeyResult {
pub storage_key: SerializedStorageKey,
}Fields§
§storage_key: SerializedStorageKeyTrait Implementations§
Source§impl Clone for GetStorageKeyResult
impl Clone for GetStorageKeyResult
Source§fn clone(&self) -> GetStorageKeyResult
fn clone(&self) -> GetStorageKeyResult
Returns a duplicate 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 Debug for GetStorageKeyResult
impl Debug for GetStorageKeyResult
Source§impl<'de> Deserialize<'de> for GetStorageKeyResult
impl<'de> Deserialize<'de> for GetStorageKeyResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetStorageKeyResult
impl PartialEq for GetStorageKeyResult
Source§impl Serialize for GetStorageKeyResult
impl Serialize for GetStorageKeyResult
Source§impl TryFrom<Value> for GetStorageKeyResult
impl TryFrom<Value> for GetStorageKeyResult
impl StructuralPartialEq for GetStorageKeyResult
Auto Trait Implementations§
impl Freeze for GetStorageKeyResult
impl RefUnwindSafe for GetStorageKeyResult
impl Send for GetStorageKeyResult
impl Sync for GetStorageKeyResult
impl Unpin for GetStorageKeyResult
impl UnsafeUnpin for GetStorageKeyResult
impl UnwindSafe for GetStorageKeyResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more