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