pub struct GetStorageKey {
pub frame_id: Option<FrameId>,
}Fields§
§frame_id: Option<FrameId>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<'de> Deserialize<'de> for GetStorageKey
impl<'de> Deserialize<'de> for GetStorageKey
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 Method for GetStorageKey
impl Method for GetStorageKey
const NAME: &'static str = "Storage.getStorageKey"
type ReturnObject = GetStorageKeyReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetStorageKey
impl PartialEq for GetStorageKey
Source§impl Serialize for GetStorageKey
impl Serialize for GetStorageKey
impl StructuralPartialEq for GetStorageKey
Auto Trait Implementations§
impl Freeze for GetStorageKey
impl RefUnwindSafe for GetStorageKey
impl Send for GetStorageKey
impl Sync for GetStorageKey
impl Unpin 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