Enum AchEntryDirection
pub enum AchEntryDirection {
Credit,
Debit,
}Expand description
ACH entry direction vocabulary.
Variants§
Implementations§
§impl AchEntryDirection
impl AchEntryDirection
Trait Implementations§
§impl Clone for AchEntryDirection
impl Clone for AchEntryDirection
§fn clone(&self) -> AchEntryDirection
fn clone(&self) -> AchEntryDirection
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 more§impl Debug for AchEntryDirection
impl Debug for AchEntryDirection
§impl Display for AchEntryDirection
impl Display for AchEntryDirection
§impl Hash for AchEntryDirection
impl Hash for AchEntryDirection
§impl Ord for AchEntryDirection
impl Ord for AchEntryDirection
§fn cmp(&self, other: &AchEntryDirection) -> Ordering
fn cmp(&self, other: &AchEntryDirection) -> 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
§impl PartialEq for AchEntryDirection
impl PartialEq for AchEntryDirection
§impl PartialOrd for AchEntryDirection
impl PartialOrd for AchEntryDirection
impl Copy for AchEntryDirection
impl Eq 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