pub struct GetStorageKeyForFrameReturns {
pub storageKey: SerializedStorageKey,
}Expand description
Returns a storage key given a frame id. Deprecated. Please use Storage.getStorageKey instead.
Fields§
§storageKey: SerializedStorageKeyTrait Implementations§
Source§impl Clone for GetStorageKeyForFrameReturns
impl Clone for GetStorageKeyForFrameReturns
Source§fn clone(&self) -> GetStorageKeyForFrameReturns
fn clone(&self) -> GetStorageKeyForFrameReturns
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 GetStorageKeyForFrameReturns
impl Debug for GetStorageKeyForFrameReturns
Source§impl Default for GetStorageKeyForFrameReturns
impl Default for GetStorageKeyForFrameReturns
Source§fn default() -> GetStorageKeyForFrameReturns
fn default() -> GetStorageKeyForFrameReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetStorageKeyForFrameReturns
impl<'de> Deserialize<'de> for GetStorageKeyForFrameReturns
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
Auto Trait Implementations§
impl Freeze for GetStorageKeyForFrameReturns
impl RefUnwindSafe for GetStorageKeyForFrameReturns
impl Send for GetStorageKeyForFrameReturns
impl Sync for GetStorageKeyForFrameReturns
impl Unpin for GetStorageKeyForFrameReturns
impl UnsafeUnpin for GetStorageKeyForFrameReturns
impl UnwindSafe for GetStorageKeyForFrameReturns
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