pub struct ChildNodeCountUpdated {
pub method: ChildNodeCountUpdatedMethod,
pub params: ChildNodeCountUpdatedParams,
}Expand description
Fired when Container’s child node count has changed.
childNodeCountUpdated
Fields§
§method: ChildNodeCountUpdatedMethod§params: ChildNodeCountUpdatedParamsImplementations§
Source§impl ChildNodeCountUpdated
impl ChildNodeCountUpdated
pub const IDENTIFIER: &'static str = "DOM.childNodeCountUpdated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for ChildNodeCountUpdated
impl Clone for ChildNodeCountUpdated
Source§fn clone(&self) -> ChildNodeCountUpdated
fn clone(&self) -> ChildNodeCountUpdated
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 ChildNodeCountUpdated
impl Debug for ChildNodeCountUpdated
Source§impl<'de> Deserialize<'de> for ChildNodeCountUpdated
impl<'de> Deserialize<'de> for ChildNodeCountUpdated
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<ChildNodeCountUpdated> for BrowserProtocolEvents
impl From<ChildNodeCountUpdated> for BrowserProtocolEvents
Source§fn from(v: ChildNodeCountUpdated) -> Self
fn from(v: ChildNodeCountUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ChildNodeCountUpdated> for DomEvents
impl From<ChildNodeCountUpdated> for DomEvents
Source§fn from(v: ChildNodeCountUpdated) -> Self
fn from(v: ChildNodeCountUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ChildNodeCountUpdated> for Event
impl From<ChildNodeCountUpdated> for Event
Source§fn from(v: ChildNodeCountUpdated) -> Self
fn from(v: ChildNodeCountUpdated) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChildNodeCountUpdated
impl PartialEq for ChildNodeCountUpdated
Source§impl Serialize for ChildNodeCountUpdated
impl Serialize for ChildNodeCountUpdated
Source§impl TryFrom<BrowserProtocolEvents> for ChildNodeCountUpdated
impl TryFrom<BrowserProtocolEvents> for ChildNodeCountUpdated
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, <ChildNodeCountUpdated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <ChildNodeCountUpdated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<DomEvents> for ChildNodeCountUpdated
impl TryFrom<DomEvents> for ChildNodeCountUpdated
Source§impl TryFrom<Event> for ChildNodeCountUpdated
impl TryFrom<Event> for ChildNodeCountUpdated
impl StructuralPartialEq for ChildNodeCountUpdated
Auto Trait Implementations§
impl Freeze for ChildNodeCountUpdated
impl RefUnwindSafe for ChildNodeCountUpdated
impl Send for ChildNodeCountUpdated
impl Sync for ChildNodeCountUpdated
impl Unpin for ChildNodeCountUpdated
impl UnsafeUnpin for ChildNodeCountUpdated
impl UnwindSafe for ChildNodeCountUpdated
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