pub struct ChildNodeRemovedEventParams {
pub parent_node_id: NodeId,
pub node_id: NodeId,
}Fields§
§parent_node_id: NodeIdParent id.
node_id: NodeIdId of the node that has been removed.
Trait Implementations§
Source§impl Clone for ChildNodeRemovedEventParams
impl Clone for ChildNodeRemovedEventParams
Source§fn clone(&self) -> ChildNodeRemovedEventParams
fn clone(&self) -> ChildNodeRemovedEventParams
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 ChildNodeRemovedEventParams
impl Debug for ChildNodeRemovedEventParams
Source§impl<'de> Deserialize<'de> for ChildNodeRemovedEventParams
impl<'de> Deserialize<'de> for ChildNodeRemovedEventParams
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
impl StructuralPartialEq for ChildNodeRemovedEventParams
Auto Trait Implementations§
impl Freeze for ChildNodeRemovedEventParams
impl RefUnwindSafe for ChildNodeRemovedEventParams
impl Send for ChildNodeRemovedEventParams
impl Sync for ChildNodeRemovedEventParams
impl Unpin for ChildNodeRemovedEventParams
impl UnsafeUnpin for ChildNodeRemovedEventParams
impl UnwindSafe for ChildNodeRemovedEventParams
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