pub enum ActionResultStatus {
Unproven,
Sending,
Failed,
}Expand description
Status of a transaction result (subset of ActionStatus).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ActionResultStatus
impl Clone for ActionResultStatus
Source§fn clone(&self) -> ActionResultStatus
fn clone(&self) -> ActionResultStatus
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 moreSource§impl Debug for ActionResultStatus
impl Debug for ActionResultStatus
Source§impl PartialEq for ActionResultStatus
impl PartialEq for ActionResultStatus
impl Eq for ActionResultStatus
impl StructuralPartialEq for ActionResultStatus
Auto Trait Implementations§
impl Freeze for ActionResultStatus
impl RefUnwindSafe for ActionResultStatus
impl Send for ActionResultStatus
impl Sync for ActionResultStatus
impl Unpin for ActionResultStatus
impl UnsafeUnpin for ActionResultStatus
impl UnwindSafe for ActionResultStatus
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