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