Enum AchAccountType
pub enum AchAccountType {
Checking,
Savings,
Loan,
}Expand description
Broad ACH account type vocabulary.
Variants§
Implementations§
§impl AchAccountType
impl AchAccountType
Trait Implementations§
§impl Clone for AchAccountType
impl Clone for AchAccountType
§fn clone(&self) -> AchAccountType
fn clone(&self) -> AchAccountType
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 AchAccountType
impl Debug for AchAccountType
§impl Display for AchAccountType
impl Display for AchAccountType
§impl Hash for AchAccountType
impl Hash for AchAccountType
§impl Ord for AchAccountType
impl Ord for AchAccountType
§impl PartialEq for AchAccountType
impl PartialEq for AchAccountType
§impl PartialOrd for AchAccountType
impl PartialOrd for AchAccountType
impl Copy for AchAccountType
impl Eq 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