pub struct GetDomStorageItemsParams {
pub storage_id: StorageId,
}Fields§
§storage_id: StorageIdImplementations§
Trait Implementations§
Source§impl Clone for GetDomStorageItemsParams
impl Clone for GetDomStorageItemsParams
Source§fn clone(&self) -> GetDomStorageItemsParams
fn clone(&self) -> GetDomStorageItemsParams
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 GetDomStorageItemsParams
impl Debug for GetDomStorageItemsParams
Source§impl<'de> Deserialize<'de> for GetDomStorageItemsParams
impl<'de> Deserialize<'de> for GetDomStorageItemsParams
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 PartialEq for GetDomStorageItemsParams
impl PartialEq for GetDomStorageItemsParams
Source§impl Serialize for GetDomStorageItemsParams
impl Serialize for GetDomStorageItemsParams
impl StructuralPartialEq for GetDomStorageItemsParams
Auto Trait Implementations§
impl Freeze for GetDomStorageItemsParams
impl RefUnwindSafe for GetDomStorageItemsParams
impl Send for GetDomStorageItemsParams
impl Sync for GetDomStorageItemsParams
impl Unpin for GetDomStorageItemsParams
impl UnsafeUnpin for GetDomStorageItemsParams
impl UnwindSafe for GetDomStorageItemsParams
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