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