pub struct TransactionTypeCode(/* private fields */);Expand description
A raw BAI2 transaction type code.
Implementations§
Trait Implementations§
Source§impl Clone for TransactionTypeCode
impl Clone for TransactionTypeCode
Source§fn clone(&self) -> TransactionTypeCode
fn clone(&self) -> TransactionTypeCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TransactionTypeCode
impl Debug for TransactionTypeCode
impl Eq for TransactionTypeCode
Source§impl Hash for TransactionTypeCode
impl Hash for TransactionTypeCode
Source§impl Ord for TransactionTypeCode
impl Ord for TransactionTypeCode
Source§fn cmp(&self, other: &TransactionTypeCode) -> Ordering
fn cmp(&self, other: &TransactionTypeCode) -> Ordering
1.21.0 (const: unstable) · 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 TransactionTypeCode
impl PartialEq for TransactionTypeCode
Source§fn eq(&self, other: &TransactionTypeCode) -> bool
fn eq(&self, other: &TransactionTypeCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TransactionTypeCode
impl PartialOrd for TransactionTypeCode
impl StructuralPartialEq for TransactionTypeCode
Auto Trait Implementations§
impl Freeze for TransactionTypeCode
impl RefUnwindSafe for TransactionTypeCode
impl Send for TransactionTypeCode
impl Sync for TransactionTypeCode
impl Unpin for TransactionTypeCode
impl UnsafeUnpin for TransactionTypeCode
impl UnwindSafe for TransactionTypeCode
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