pub struct GetStorageKey { /* private fields */ }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. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Source§impl GetStorageKey
impl GetStorageKey
Trait Implementations§
Source§impl Clone for GetStorageKey
impl Clone for GetStorageKey
Source§fn clone(&self) -> GetStorageKey
fn clone(&self) -> GetStorageKey
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 GetStorageKey
impl Debug for GetStorageKey
Source§impl Method for GetStorageKey
impl Method for GetStorageKey
Source§type Response = GetStorageKeyResponse
type Response = GetStorageKeyResponse
Response type for this method
Auto Trait Implementations§
impl Freeze for GetStorageKey
impl RefUnwindSafe for GetStorageKey
impl Send for GetStorageKey
impl Sync for GetStorageKey
impl Unpin for GetStorageKey
impl UnsafeUnpin for GetStorageKey
impl UnwindSafe for GetStorageKey
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