pub struct ChildNodeCountUpdatedEventParams {
pub node_id: NodeId,
pub child_node_count: JsUInt,
}Fields§
§node_id: NodeId§child_node_count: JsUIntTrait Implementations§
Source§impl Clone for ChildNodeCountUpdatedEventParams
impl Clone for ChildNodeCountUpdatedEventParams
Source§fn clone(&self) -> ChildNodeCountUpdatedEventParams
fn clone(&self) -> ChildNodeCountUpdatedEventParams
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<'de> Deserialize<'de> for ChildNodeCountUpdatedEventParams
impl<'de> Deserialize<'de> for ChildNodeCountUpdatedEventParams
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 PartialEq for ChildNodeCountUpdatedEventParams
impl PartialEq for ChildNodeCountUpdatedEventParams
Source§fn eq(&self, other: &ChildNodeCountUpdatedEventParams) -> bool
fn eq(&self, other: &ChildNodeCountUpdatedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChildNodeCountUpdatedEventParams
Auto Trait Implementations§
impl Freeze for ChildNodeCountUpdatedEventParams
impl RefUnwindSafe for ChildNodeCountUpdatedEventParams
impl Send for ChildNodeCountUpdatedEventParams
impl Sync for ChildNodeCountUpdatedEventParams
impl Unpin for ChildNodeCountUpdatedEventParams
impl UnwindSafe for ChildNodeCountUpdatedEventParams
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