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