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