pub enum RunLookup {
ExistsButInactive,
NotFound,
}Expand description
Result of checking whether a run is currently active.
Variants§
Auto Trait Implementations§
impl Freeze for RunLookup
impl RefUnwindSafe for RunLookup
impl Send for RunLookup
impl Sync for RunLookup
impl Unpin for RunLookup
impl UnwindSafe for RunLookup
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