pub enum RunSkipReason {
OutsideTimeWindow,
}Variants§
OutsideTimeWindow
Implementations§
Trait Implementations§
Source§impl Clone for RunSkipReason
impl Clone for RunSkipReason
Source§fn clone(&self) -> RunSkipReason
fn clone(&self) -> RunSkipReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunSkipReason
impl Debug for RunSkipReason
Source§impl Display for RunSkipReason
impl Display for RunSkipReason
Source§impl PartialEq for RunSkipReason
impl PartialEq for RunSkipReason
Source§fn eq(&self, other: &RunSkipReason) -> bool
fn eq(&self, other: &RunSkipReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RunSkipReason
impl Eq for RunSkipReason
impl StructuralPartialEq for RunSkipReason
Auto Trait Implementations§
impl Freeze for RunSkipReason
impl RefUnwindSafe for RunSkipReason
impl Send for RunSkipReason
impl Sync for RunSkipReason
impl Unpin for RunSkipReason
impl UnsafeUnpin for RunSkipReason
impl UnwindSafe for RunSkipReason
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