pub enum AchAddendaIndicator {
NoAddenda,
Addenda,
}Expand description
ACH addenda indicator vocabulary.
Variants§
Implementations§
Source§impl AchAddendaIndicator
impl AchAddendaIndicator
Trait Implementations§
Source§impl Clone for AchAddendaIndicator
impl Clone for AchAddendaIndicator
Source§fn clone(&self) -> AchAddendaIndicator
fn clone(&self) -> AchAddendaIndicator
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 moreSource§impl Debug for AchAddendaIndicator
impl Debug for AchAddendaIndicator
Source§impl Display for AchAddendaIndicator
impl Display for AchAddendaIndicator
Source§impl FromStr for AchAddendaIndicator
impl FromStr for AchAddendaIndicator
Source§impl Hash for AchAddendaIndicator
impl Hash for AchAddendaIndicator
Source§impl Ord for AchAddendaIndicator
impl Ord for AchAddendaIndicator
Source§fn cmp(&self, other: &AchAddendaIndicator) -> Ordering
fn cmp(&self, other: &AchAddendaIndicator) -> 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
Source§impl PartialEq for AchAddendaIndicator
impl PartialEq for AchAddendaIndicator
Source§impl PartialOrd for AchAddendaIndicator
impl PartialOrd for AchAddendaIndicator
impl Copy for AchAddendaIndicator
impl Eq for AchAddendaIndicator
impl StructuralPartialEq for AchAddendaIndicator
Auto Trait Implementations§
impl Freeze for AchAddendaIndicator
impl RefUnwindSafe for AchAddendaIndicator
impl Send for AchAddendaIndicator
impl Sync for AchAddendaIndicator
impl Unpin for AchAddendaIndicator
impl UnsafeUnpin for AchAddendaIndicator
impl UnwindSafe for AchAddendaIndicator
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