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