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