pub struct GetStorageKeyReturns {
pub storageKey: SerializedStorageKey,
}Expand description
Returns storage key for the given frame. If no frame ID is provided, the storage key of the target executing this command is returned.
Fields§
§storageKey: SerializedStorageKeyTrait Implementations§
Source§impl Clone for GetStorageKeyReturns
impl Clone for GetStorageKeyReturns
Source§fn clone(&self) -> GetStorageKeyReturns
fn clone(&self) -> GetStorageKeyReturns
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 GetStorageKeyReturns
impl Debug for GetStorageKeyReturns
Source§impl Default for GetStorageKeyReturns
impl Default for GetStorageKeyReturns
Source§fn default() -> GetStorageKeyReturns
fn default() -> GetStorageKeyReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetStorageKeyReturns
impl<'de> Deserialize<'de> for GetStorageKeyReturns
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 GetStorageKeyReturns
impl RefUnwindSafe for GetStorageKeyReturns
impl Send for GetStorageKeyReturns
impl Sync for GetStorageKeyReturns
impl Unpin for GetStorageKeyReturns
impl UnsafeUnpin for GetStorageKeyReturns
impl UnwindSafe for GetStorageKeyReturns
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