pub enum PumpStatus {
Continue,
Exit(i32),
}
Expand description
The return status for pump_events
Variants§
Auto Trait Implementations§
impl Freeze for PumpStatus
impl RefUnwindSafe for PumpStatus
impl Send for PumpStatus
impl Sync for PumpStatus
impl Unpin for PumpStatus
impl UnwindSafe for PumpStatus
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