pub enum ReviewActionResultStatus {
Success,
DoubleSpend,
ServiceError,
InvalidTx,
}Expand description
Status of a review action result from undelayed broadcast.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ReviewActionResultStatus
impl Clone for ReviewActionResultStatus
Source§fn clone(&self) -> ReviewActionResultStatus
fn clone(&self) -> ReviewActionResultStatus
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 ReviewActionResultStatus
impl Debug for ReviewActionResultStatus
Source§impl PartialEq for ReviewActionResultStatus
impl PartialEq for ReviewActionResultStatus
impl Eq for ReviewActionResultStatus
impl StructuralPartialEq for ReviewActionResultStatus
Auto Trait Implementations§
impl Freeze for ReviewActionResultStatus
impl RefUnwindSafe for ReviewActionResultStatus
impl Send for ReviewActionResultStatus
impl Sync for ReviewActionResultStatus
impl Unpin for ReviewActionResultStatus
impl UnsafeUnpin for ReviewActionResultStatus
impl UnwindSafe for ReviewActionResultStatus
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