pub struct AttributeRemovedEventParams {
pub node_id: NodeId,
pub name: String,
}Fields§
§node_id: NodeIdId of the node that has changed.
name: StringA ttribute name.
Trait Implementations§
Source§impl Clone for AttributeRemovedEventParams
impl Clone for AttributeRemovedEventParams
Source§fn clone(&self) -> AttributeRemovedEventParams
fn clone(&self) -> AttributeRemovedEventParams
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 AttributeRemovedEventParams
impl Debug for AttributeRemovedEventParams
Source§impl<'de> Deserialize<'de> for AttributeRemovedEventParams
impl<'de> Deserialize<'de> for AttributeRemovedEventParams
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 AttributeRemovedEventParams
Auto Trait Implementations§
impl Freeze for AttributeRemovedEventParams
impl RefUnwindSafe for AttributeRemovedEventParams
impl Send for AttributeRemovedEventParams
impl Sync for AttributeRemovedEventParams
impl Unpin for AttributeRemovedEventParams
impl UnsafeUnpin for AttributeRemovedEventParams
impl UnwindSafe for AttributeRemovedEventParams
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