pub enum SettlementInstructionReason1Code {
Show 14 variants
CodeCSHI,
CodeALLL,
CodeCSHO,
CodeCHAR,
CodeDIVI,
CodeINTE,
CodeSAVP,
CodeREDM,
CodeSAVE,
CodeBUYI,
CodeSELL,
CodeSUBS,
CodeWTHP,
CodeCORP,
}Variants§
CodeCSHI
CodeALLL
CodeCSHO
CodeCHAR
CodeDIVI
CodeINTE
CodeSAVP
CodeREDM
CodeSAVE
CodeBUYI
CodeSELL
CodeSUBS
CodeWTHP
CodeCORP
Implementations§
Source§impl SettlementInstructionReason1Code
impl SettlementInstructionReason1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementInstructionReason1Code
impl RefUnwindSafe for SettlementInstructionReason1Code
impl Send for SettlementInstructionReason1Code
impl Sync for SettlementInstructionReason1Code
impl Unpin for SettlementInstructionReason1Code
impl UnwindSafe for SettlementInstructionReason1Code
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