pub enum SetDomStorageItemMethod {
SetDomStorageItem,
}Variants§
SetDomStorageItem
Trait Implementations§
Source§impl Clone for SetDomStorageItemMethod
impl Clone for SetDomStorageItemMethod
Source§fn clone(&self) -> SetDomStorageItemMethod
fn clone(&self) -> SetDomStorageItemMethod
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 SetDomStorageItemMethod
impl Debug for SetDomStorageItemMethod
Source§impl<'de> Deserialize<'de> for SetDomStorageItemMethod
impl<'de> Deserialize<'de> for SetDomStorageItemMethod
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 SetDomStorageItemMethod
impl PartialEq for SetDomStorageItemMethod
Source§impl Serialize for SetDomStorageItemMethod
impl Serialize for SetDomStorageItemMethod
impl StructuralPartialEq for SetDomStorageItemMethod
Auto Trait Implementations§
impl Freeze for SetDomStorageItemMethod
impl RefUnwindSafe for SetDomStorageItemMethod
impl Send for SetDomStorageItemMethod
impl Sync for SetDomStorageItemMethod
impl Unpin for SetDomStorageItemMethod
impl UnsafeUnpin for SetDomStorageItemMethod
impl UnwindSafe for SetDomStorageItemMethod
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