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