pub enum AchStandardEntryClass {
Ccd,
Ctx,
Ppd,
Tel,
Web,
Arc,
Boc,
Pop,
Rck,
Iat,
}Expand description
Conservative ACH Standard Entry Class vocabulary.
Variants§
Ccd
Corporate credit or debit entry.
Ctx
Corporate trade exchange entry.
Ppd
Prearranged payment and deposit entry.
Tel
Telephone-initiated entry.
Web
Internet-initiated or mobile entry.
Arc
Accounts receivable check conversion entry.
Boc
Back office conversion entry.
Pop
Point-of-purchase entry.
Rck
Re-presented check entry.
Iat
International ACH transaction entry.
Implementations§
Trait Implementations§
Source§impl Clone for AchStandardEntryClass
impl Clone for AchStandardEntryClass
Source§fn clone(&self) -> AchStandardEntryClass
fn clone(&self) -> AchStandardEntryClass
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 AchStandardEntryClass
Source§impl Debug for AchStandardEntryClass
impl Debug for AchStandardEntryClass
Source§impl Display for AchStandardEntryClass
impl Display for AchStandardEntryClass
impl Eq for AchStandardEntryClass
Source§impl FromStr for AchStandardEntryClass
impl FromStr for AchStandardEntryClass
Source§impl Hash for AchStandardEntryClass
impl Hash for AchStandardEntryClass
Source§impl Ord for AchStandardEntryClass
impl Ord for AchStandardEntryClass
Source§fn cmp(&self, other: &AchStandardEntryClass) -> Ordering
fn cmp(&self, other: &AchStandardEntryClass) -> 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 AchStandardEntryClass
impl PartialEq for AchStandardEntryClass
Source§fn eq(&self, other: &AchStandardEntryClass) -> bool
fn eq(&self, other: &AchStandardEntryClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AchStandardEntryClass
impl PartialOrd for AchStandardEntryClass
impl StructuralPartialEq for AchStandardEntryClass
Auto Trait Implementations§
impl Freeze for AchStandardEntryClass
impl RefUnwindSafe for AchStandardEntryClass
impl Send for AchStandardEntryClass
impl Sync for AchStandardEntryClass
impl Unpin for AchStandardEntryClass
impl UnsafeUnpin for AchStandardEntryClass
impl UnwindSafe for AchStandardEntryClass
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