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