pub struct ChangedEventHandler { /* private fields */ }
Expand description
Tab list entry is modified
Implementations§
Trait Implementations§
Source§impl Default for ChangedEventHandler
impl Default for ChangedEventHandler
Auto Trait Implementations§
impl Freeze for ChangedEventHandler
impl !RefUnwindSafe for ChangedEventHandler
impl !Send for ChangedEventHandler
impl !Sync for ChangedEventHandler
impl Unpin for ChangedEventHandler
impl !UnwindSafe for ChangedEventHandler
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