pub struct DomStorageItemsCleared {
pub method: DomStorageItemsClearedMethod,
pub params: DomStorageItemsClearedParams,
}Fields§
§method: DomStorageItemsClearedMethod§params: DomStorageItemsClearedParamsImplementations§
Source§impl DomStorageItemsCleared
impl DomStorageItemsCleared
pub const IDENTIFIER: &'static str = "DOMStorage.domStorageItemsCleared"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for DomStorageItemsCleared
impl Clone for DomStorageItemsCleared
Source§fn clone(&self) -> DomStorageItemsCleared
fn clone(&self) -> DomStorageItemsCleared
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 DomStorageItemsCleared
impl Debug for DomStorageItemsCleared
Source§impl<'de> Deserialize<'de> for DomStorageItemsCleared
impl<'de> Deserialize<'de> for DomStorageItemsCleared
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 From<DomStorageItemsCleared> for BrowserProtocolEvents
impl From<DomStorageItemsCleared> for BrowserProtocolEvents
Source§fn from(v: DomStorageItemsCleared) -> Self
fn from(v: DomStorageItemsCleared) -> Self
Converts to this type from the input type.
Source§impl From<DomStorageItemsCleared> for DomStorageEvents
impl From<DomStorageItemsCleared> for DomStorageEvents
Source§fn from(v: DomStorageItemsCleared) -> Self
fn from(v: DomStorageItemsCleared) -> Self
Converts to this type from the input type.
Source§impl From<DomStorageItemsCleared> for Event
impl From<DomStorageItemsCleared> for Event
Source§fn from(v: DomStorageItemsCleared) -> Self
fn from(v: DomStorageItemsCleared) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DomStorageItemsCleared
impl PartialEq for DomStorageItemsCleared
Source§impl Serialize for DomStorageItemsCleared
impl Serialize for DomStorageItemsCleared
Source§impl TryFrom<BrowserProtocolEvents> for DomStorageItemsCleared
impl TryFrom<BrowserProtocolEvents> for DomStorageItemsCleared
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <DomStorageItemsCleared as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <DomStorageItemsCleared as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<DomStorageEvents> for DomStorageItemsCleared
impl TryFrom<DomStorageEvents> for DomStorageItemsCleared
Source§type Error = DomStorageEvents
type Error = DomStorageEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomStorageEvents,
) -> Result<Self, <DomStorageItemsCleared as TryFrom<DomStorageEvents>>::Error>
fn try_from( e: DomStorageEvents, ) -> Result<Self, <DomStorageItemsCleared as TryFrom<DomStorageEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for DomStorageItemsCleared
impl TryFrom<Event> for DomStorageItemsCleared
impl StructuralPartialEq for DomStorageItemsCleared
Auto Trait Implementations§
impl Freeze for DomStorageItemsCleared
impl RefUnwindSafe for DomStorageItemsCleared
impl Send for DomStorageItemsCleared
impl Sync for DomStorageItemsCleared
impl Unpin for DomStorageItemsCleared
impl UnsafeUnpin for DomStorageItemsCleared
impl UnwindSafe for DomStorageItemsCleared
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