pub enum TxIndexStatus {
On,
Off,
}
Expand description
Transaction index status
Variants§
Trait Implementations§
Source§impl Clone for TxIndexStatus
impl Clone for TxIndexStatus
Source§fn clone(&self) -> TxIndexStatus
fn clone(&self) -> TxIndexStatus
Returns a copy 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 TxIndexStatus
impl Debug for TxIndexStatus
Source§impl Default for TxIndexStatus
impl Default for TxIndexStatus
Source§fn default() -> TxIndexStatus
fn default() -> TxIndexStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TxIndexStatus
impl<'de> Deserialize<'de> for TxIndexStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<TxIndexStatus> for bool
impl From<TxIndexStatus> for bool
Source§fn from(status: TxIndexStatus) -> bool
fn from(status: TxIndexStatus) -> bool
Converts to this type from the input type.
Source§impl PartialEq for TxIndexStatus
impl PartialEq for TxIndexStatus
Source§impl Serialize for TxIndexStatus
impl Serialize for TxIndexStatus
impl Copy for TxIndexStatus
impl Eq for TxIndexStatus
impl StructuralPartialEq for TxIndexStatus
Auto Trait Implementations§
impl Freeze for TxIndexStatus
impl RefUnwindSafe for TxIndexStatus
impl Send for TxIndexStatus
impl Sync for TxIndexStatus
impl Unpin for TxIndexStatus
impl UnwindSafe for TxIndexStatus
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