pub struct QueuedEvents { /* private fields */ }
Expand description
Events generated by a tree update.
Implementations§
Source§impl QueuedEvents
impl QueuedEvents
Auto Trait Implementations§
impl Freeze for QueuedEvents
impl !RefUnwindSafe for QueuedEvents
impl !Send for QueuedEvents
impl !Sync for QueuedEvents
impl Unpin for QueuedEvents
impl !UnwindSafe for QueuedEvents
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