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