#[repr(i32)]pub enum CheckTxType {
New = 0,
Recheck = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CheckTxType
impl Clone for CheckTxType
Source§fn clone(&self) -> CheckTxType
fn clone(&self) -> CheckTxType
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 CheckTxType
impl Debug for CheckTxType
Source§impl Default for CheckTxType
impl Default for CheckTxType
Source§fn default() -> CheckTxType
fn default() -> CheckTxType
Returns the “default value” for a type. Read more
Source§impl Hash for CheckTxType
impl Hash for CheckTxType
Source§impl Ord for CheckTxType
impl Ord for CheckTxType
Source§fn cmp(&self, other: &CheckTxType) -> Ordering
fn cmp(&self, other: &CheckTxType) -> Ordering
1.21.0 · 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 CheckTxType
impl PartialEq for CheckTxType
Source§impl PartialOrd for CheckTxType
impl PartialOrd for CheckTxType
impl Copy for CheckTxType
impl Eq for CheckTxType
impl StructuralPartialEq for CheckTxType
Auto Trait Implementations§
impl Freeze for CheckTxType
impl RefUnwindSafe for CheckTxType
impl Send for CheckTxType
impl Sync for CheckTxType
impl Unpin for CheckTxType
impl UnwindSafe for CheckTxType
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