pub struct TreeUpdateEvent(pub Arc<Tree>);
Expand description
An event that is emitted when the tree changes.
Tuple Fields§
§0: Arc<Tree>
Trait Implementations§
Source§impl Clone for TreeUpdateEvent
impl Clone for TreeUpdateEvent
Source§fn clone(&self) -> TreeUpdateEvent
fn clone(&self) -> TreeUpdateEvent
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for TreeUpdateEvent
impl !RefUnwindSafe for TreeUpdateEvent
impl !Send for TreeUpdateEvent
impl !Sync for TreeUpdateEvent
impl Unpin for TreeUpdateEvent
impl !UnwindSafe for TreeUpdateEvent
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