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