pub enum LeafEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeafEvent
impl RefUnwindSafe for LeafEvent
impl Send for LeafEvent
impl Sync for LeafEvent
impl Unpin for LeafEvent
impl UnwindSafe for LeafEvent
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