pub struct SecurityRestriction3 {
pub fctv_prd: Option<DateTimePeriod2>,
pub rstrctn_tp: Option<SecurityRestrictionType2Choice>,
pub lgl_rstrctn_tp: Option<LegalRestrictions5Choice>,
pub invstr_rstrctn_tp: Option<Vec<InvestorRestrictionType3Choice>>,
pub invstr_tp: Option<Vec<InvestorType3Choice>>,
}Fields§
§fctv_prd: Option<DateTimePeriod2>§rstrctn_tp: Option<SecurityRestrictionType2Choice>§lgl_rstrctn_tp: Option<LegalRestrictions5Choice>§invstr_rstrctn_tp: Option<Vec<InvestorRestrictionType3Choice>>§invstr_tp: Option<Vec<InvestorType3Choice>>Implementations§
Source§impl SecurityRestriction3
impl SecurityRestriction3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityRestriction3
impl RefUnwindSafe for SecurityRestriction3
impl Send for SecurityRestriction3
impl Sync for SecurityRestriction3
impl Unpin for SecurityRestriction3
impl UnwindSafe for SecurityRestriction3
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