pub enum InvestorType3Code {
CodeRETL,
CodePRF2,
CodeNEI1,
CodeBOT2,
}Variants§
Implementations§
Source§impl InvestorType3Code
impl InvestorType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestorType3Code
impl RefUnwindSafe for InvestorType3Code
impl Send for InvestorType3Code
impl Sync for InvestorType3Code
impl Unpin for InvestorType3Code
impl UnwindSafe for InvestorType3Code
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