pub struct NodeEvents<'a>(pub Vec<NodeEvent<'a>>);Tuple Fields§
§0: Vec<NodeEvent<'a>>Trait Implementations§
Source§impl<'a> From<RefNodes<'a>> for NodeEvents<'a>
 
impl<'a> From<RefNodes<'a>> for NodeEvents<'a>
Source§fn from(x: RefNodes<'a>) -> NodeEvents<'a>
 
fn from(x: RefNodes<'a>) -> NodeEvents<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for NodeEvents<'a>
impl<'a> RefUnwindSafe for NodeEvents<'a>
impl<'a> Send for NodeEvents<'a>
impl<'a> Sync for NodeEvents<'a>
impl<'a> Unpin for NodeEvents<'a>
impl<'a> UnwindSafe for NodeEvents<'a>
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