pub struct NodesUpdatedEventParams {
pub nodes: Vec<AxNode>,
}Fields§
§nodes: Vec<AxNode>Trait Implementations§
Source§impl Clone for NodesUpdatedEventParams
impl Clone for NodesUpdatedEventParams
Source§fn clone(&self) -> NodesUpdatedEventParams
fn clone(&self) -> NodesUpdatedEventParams
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 NodesUpdatedEventParams
impl Debug for NodesUpdatedEventParams
Source§impl<'de> Deserialize<'de> for NodesUpdatedEventParams
impl<'de> Deserialize<'de> for NodesUpdatedEventParams
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 NodesUpdatedEventParams
impl PartialEq for NodesUpdatedEventParams
Source§impl Serialize for NodesUpdatedEventParams
impl Serialize for NodesUpdatedEventParams
impl StructuralPartialEq for NodesUpdatedEventParams
Auto Trait Implementations§
impl Freeze for NodesUpdatedEventParams
impl RefUnwindSafe for NodesUpdatedEventParams
impl Send for NodesUpdatedEventParams
impl Sync for NodesUpdatedEventParams
impl Unpin for NodesUpdatedEventParams
impl UnwindSafe for NodesUpdatedEventParams
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