pub enum DispatchStatus {
Dispatched,
Skipped,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for DispatchStatus
impl Clone for DispatchStatus
Source§fn clone(&self) -> DispatchStatus
fn clone(&self) -> DispatchStatus
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 DispatchStatus
impl Debug for DispatchStatus
Source§impl Hash for DispatchStatus
impl Hash for DispatchStatus
Source§impl Ord for DispatchStatus
impl Ord for DispatchStatus
Source§fn cmp(&self, other: &DispatchStatus) -> Ordering
fn cmp(&self, other: &DispatchStatus) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DispatchStatus
impl PartialEq for DispatchStatus
Source§fn eq(&self, other: &DispatchStatus) -> bool
fn eq(&self, other: &DispatchStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DispatchStatus
impl PartialOrd for DispatchStatus
impl Copy for DispatchStatus
impl Eq for DispatchStatus
impl StructuralPartialEq for DispatchStatus
Auto Trait Implementations§
impl Freeze for DispatchStatus
impl RefUnwindSafe for DispatchStatus
impl Send for DispatchStatus
impl Sync for DispatchStatus
impl Unpin for DispatchStatus
impl UnsafeUnpin for DispatchStatus
impl UnwindSafe for DispatchStatus
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