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