pub enum GetTransactionResultDetailCategory {
Send,
Receive,
Generate,
Immature,
Orphan,
}
Expand description
Enum to represent the category of a transaction.
Variants§
Trait Implementations§
source§impl Clone for GetTransactionResultDetailCategory
impl Clone for GetTransactionResultDetailCategory
source§fn clone(&self) -> GetTransactionResultDetailCategory
fn clone(&self) -> GetTransactionResultDetailCategory
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<'de> Deserialize<'de> for GetTransactionResultDetailCategory
impl<'de> Deserialize<'de> for GetTransactionResultDetailCategory
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 PartialEq for GetTransactionResultDetailCategory
impl PartialEq for GetTransactionResultDetailCategory
source§fn eq(&self, other: &GetTransactionResultDetailCategory) -> bool
fn eq(&self, other: &GetTransactionResultDetailCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GetTransactionResultDetailCategory
impl Eq for GetTransactionResultDetailCategory
impl StructuralPartialEq for GetTransactionResultDetailCategory
Auto Trait Implementations§
impl Freeze for GetTransactionResultDetailCategory
impl RefUnwindSafe for GetTransactionResultDetailCategory
impl Send for GetTransactionResultDetailCategory
impl Sync for GetTransactionResultDetailCategory
impl Unpin for GetTransactionResultDetailCategory
impl UnwindSafe for GetTransactionResultDetailCategory
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