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