pub struct FocusMsg;Expand description
A message indicating that the terminal gained focus.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FocusMsg
impl RefUnwindSafe for FocusMsg
impl Send for FocusMsg
impl Sync for FocusMsg
impl Unpin for FocusMsg
impl UnwindSafe for FocusMsg
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