pub enum StatEvent {
Done,
Failed(i32),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatEvent
impl RefUnwindSafe for StatEvent
impl Send for StatEvent
impl Sync for StatEvent
impl Unpin for StatEvent
impl UnsafeUnpin for StatEvent
impl UnwindSafe for StatEvent
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