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