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