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