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