pub struct ChildNodeRemoved {
pub method: ChildNodeRemovedMethod,
pub params: ChildNodeRemovedParams,
}Expand description
Mirrors DOMNodeRemoved event.
childNodeRemoved
Fields§
§method: ChildNodeRemovedMethod§params: ChildNodeRemovedParamsImplementations§
Source§impl ChildNodeRemoved
impl ChildNodeRemoved
pub const IDENTIFIER: &'static str = "DOM.childNodeRemoved"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for ChildNodeRemoved
impl Clone for ChildNodeRemoved
Source§fn clone(&self) -> ChildNodeRemoved
fn clone(&self) -> ChildNodeRemoved
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 ChildNodeRemoved
impl Debug for ChildNodeRemoved
Source§impl<'de> Deserialize<'de> for ChildNodeRemoved
impl<'de> Deserialize<'de> for ChildNodeRemoved
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<ChildNodeRemoved> for BrowserProtocolEvents
impl From<ChildNodeRemoved> for BrowserProtocolEvents
Source§fn from(v: ChildNodeRemoved) -> Self
fn from(v: ChildNodeRemoved) -> Self
Converts to this type from the input type.
Source§impl From<ChildNodeRemoved> for DomEvents
impl From<ChildNodeRemoved> for DomEvents
Source§fn from(v: ChildNodeRemoved) -> Self
fn from(v: ChildNodeRemoved) -> Self
Converts to this type from the input type.
Source§impl From<ChildNodeRemoved> for Event
impl From<ChildNodeRemoved> for Event
Source§fn from(v: ChildNodeRemoved) -> Self
fn from(v: ChildNodeRemoved) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChildNodeRemoved
impl PartialEq for ChildNodeRemoved
Source§impl Serialize for ChildNodeRemoved
impl Serialize for ChildNodeRemoved
Source§impl TryFrom<BrowserProtocolEvents> for ChildNodeRemoved
impl TryFrom<BrowserProtocolEvents> for ChildNodeRemoved
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, <ChildNodeRemoved as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <ChildNodeRemoved as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<DomEvents> for ChildNodeRemoved
impl TryFrom<DomEvents> for ChildNodeRemoved
Source§impl TryFrom<Event> for ChildNodeRemoved
impl TryFrom<Event> for ChildNodeRemoved
impl StructuralPartialEq for ChildNodeRemoved
Auto Trait Implementations§
impl Freeze for ChildNodeRemoved
impl RefUnwindSafe for ChildNodeRemoved
impl Send for ChildNodeRemoved
impl Sync for ChildNodeRemoved
impl Unpin for ChildNodeRemoved
impl UnsafeUnpin for ChildNodeRemoved
impl UnwindSafe for ChildNodeRemoved
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