pub enum FundCashAccount4Code {
CodeHEDG,
CodeCPFO,
CodeCPFS,
CodeSRSA,
CodeCSDO,
CodeTOFF,
CodeICSA,
CodeCSDM,
CodeCSDP,
CodePPEN,
CodeCPEN,
}Variants§
Implementations§
Source§impl FundCashAccount4Code
impl FundCashAccount4Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FundCashAccount4Code
impl RefUnwindSafe for FundCashAccount4Code
impl Send for FundCashAccount4Code
impl Sync for FundCashAccount4Code
impl Unpin for FundCashAccount4Code
impl UnwindSafe for FundCashAccount4Code
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