pub enum TestAppStatusListenerEvent {
_UnknownEvent {
ordinal: u64,
},
}
Variants§
_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestAppStatusListenerEvent
impl RefUnwindSafe for TestAppStatusListenerEvent
impl Send for TestAppStatusListenerEvent
impl Sync for TestAppStatusListenerEvent
impl Unpin for TestAppStatusListenerEvent
impl UnwindSafe for TestAppStatusListenerEvent
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