pub enum SettlementDate6Code {
CodeTFIV,
CodeTFOR,
CodeTONE,
CodeTTRE,
CodeTTWO,
CodeSAMD,
}Variants§
Implementations§
Source§impl SettlementDate6Code
impl SettlementDate6Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementDate6Code
impl RefUnwindSafe for SettlementDate6Code
impl Send for SettlementDate6Code
impl Sync for SettlementDate6Code
impl Unpin for SettlementDate6Code
impl UnwindSafe for SettlementDate6Code
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