pub struct GetStorageKeyReturnObject {
pub storage_key: SerializedStorageKey,
}Fields§
§storage_key: SerializedStorageKeyTrait Implementations§
Source§impl Clone for GetStorageKeyReturnObject
impl Clone for GetStorageKeyReturnObject
Source§fn clone(&self) -> GetStorageKeyReturnObject
fn clone(&self) -> GetStorageKeyReturnObject
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 GetStorageKeyReturnObject
impl Debug for GetStorageKeyReturnObject
Source§impl<'de> Deserialize<'de> for GetStorageKeyReturnObject
impl<'de> Deserialize<'de> for GetStorageKeyReturnObject
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
impl StructuralPartialEq for GetStorageKeyReturnObject
Auto Trait Implementations§
impl Freeze for GetStorageKeyReturnObject
impl RefUnwindSafe for GetStorageKeyReturnObject
impl Send for GetStorageKeyReturnObject
impl Sync for GetStorageKeyReturnObject
impl Unpin for GetStorageKeyReturnObject
impl UnwindSafe for GetStorageKeyReturnObject
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