pub enum InvestorProfileStatus1Code {
CodeDISA,
CodeDISG,
CodeENAB,
CodeENBG,
CodeADMI,
CodeANLY,
CodeNAPP,
CodePSUS,
CodePEND,
CodeSUPS,
}Variants§
Implementations§
Source§impl InvestorProfileStatus1Code
impl InvestorProfileStatus1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestorProfileStatus1Code
impl RefUnwindSafe for InvestorProfileStatus1Code
impl Send for InvestorProfileStatus1Code
impl Sync for InvestorProfileStatus1Code
impl Unpin for InvestorProfileStatus1Code
impl UnwindSafe for InvestorProfileStatus1Code
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