pub enum SettlementMethod2Code {
CodeINDA,
CodeINGA,
CodeCLRG,
}Variants§
Implementations§
Source§impl SettlementMethod2Code
impl SettlementMethod2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementMethod2Code
impl RefUnwindSafe for SettlementMethod2Code
impl Send for SettlementMethod2Code
impl Sync for SettlementMethod2Code
impl Unpin for SettlementMethod2Code
impl UnwindSafe for SettlementMethod2Code
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