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