pub enum AchEntryDirection {
Credit,
Debit,
}Expand description
ACH entry direction vocabulary.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AchEntryDirection
impl Clone for AchEntryDirection
Source§fn clone(&self) -> AchEntryDirection
fn clone(&self) -> AchEntryDirection
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 moreimpl Copy for AchEntryDirection
Source§impl Debug for AchEntryDirection
impl Debug for AchEntryDirection
Source§impl Display for AchEntryDirection
impl Display for AchEntryDirection
impl Eq for AchEntryDirection
Source§impl Hash for AchEntryDirection
impl Hash for AchEntryDirection
Source§impl Ord for AchEntryDirection
impl Ord for AchEntryDirection
Source§fn cmp(&self, other: &AchEntryDirection) -> Ordering
fn cmp(&self, other: &AchEntryDirection) -> 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 AchEntryDirection
impl PartialEq for AchEntryDirection
Source§fn eq(&self, other: &AchEntryDirection) -> bool
fn eq(&self, other: &AchEntryDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AchEntryDirection
impl PartialOrd for AchEntryDirection
impl StructuralPartialEq for AchEntryDirection
Auto Trait Implementations§
impl Freeze for AchEntryDirection
impl RefUnwindSafe for AchEntryDirection
impl Send for AchEntryDirection
impl Sync for AchEntryDirection
impl Unpin for AchEntryDirection
impl UnsafeUnpin for AchEntryDirection
impl UnwindSafe for AchEntryDirection
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