Enum DispatchStatus
pub enum DispatchStatus {
Dispatched,
Skipped,
Failed,
}Variants§
Trait Implementations§
§impl Clone for DispatchStatus
impl Clone for DispatchStatus
§fn clone(&self) -> DispatchStatus
fn clone(&self) -> DispatchStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DispatchStatus
impl Debug for DispatchStatus
§impl Hash for DispatchStatus
impl Hash for DispatchStatus
§impl Ord for DispatchStatus
impl Ord for DispatchStatus
§impl PartialEq for DispatchStatus
impl PartialEq for DispatchStatus
§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