pub enum DispatchProof {
AcceptedOnly,
DispatchStarted,
Consumed,
TimedOut,
Rejected,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DispatchProof
impl Clone for DispatchProof
Source§fn clone(&self) -> DispatchProof
fn clone(&self) -> DispatchProof
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 moreimpl Copy for DispatchProof
Source§impl Debug for DispatchProof
impl Debug for DispatchProof
impl Eq for DispatchProof
Source§impl Hash for DispatchProof
impl Hash for DispatchProof
Source§impl Ord for DispatchProof
impl Ord for DispatchProof
Source§fn cmp(&self, other: &DispatchProof) -> Ordering
fn cmp(&self, other: &DispatchProof) -> 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 DispatchProof
impl PartialEq for DispatchProof
Source§fn eq(&self, other: &DispatchProof) -> bool
fn eq(&self, other: &DispatchProof) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DispatchProof
impl PartialOrd for DispatchProof
impl StructuralPartialEq for DispatchProof
Auto Trait Implementations§
impl Freeze for DispatchProof
impl RefUnwindSafe for DispatchProof
impl Send for DispatchProof
impl Sync for DispatchProof
impl Unpin for DispatchProof
impl UnsafeUnpin for DispatchProof
impl UnwindSafe for DispatchProof
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