pub struct RegistrationInstructions {
    pub regist_id: Str,
    pub regist_trans_type: RegistTransType,
    pub regist_ref_id: Str,
    pub cl_ord_id: Option<Str>,
    pub parties: Option<Vec<Parties>>,
    pub account: Option<Str>,
    pub acct_id_source: Option<AcctIdSource>,
    pub regist_acct_type: Option<Str>,
    pub tax_advantage_type: Option<TaxAdvantageType>,
    pub ownership_type: Option<OwnershipType>,
    pub rgst_dtls_grp: Option<Vec<RgstDtlsGrp>>,
    pub rgst_dist_inst_grp: Option<Vec<RgstDistInstGrp>>,
}Fields
regist_id: Strregist_trans_type: RegistTransTyperegist_ref_id: Strcl_ord_id: Option<Str>parties: Option<Vec<Parties>>account: Option<Str>acct_id_source: Option<AcctIdSource>regist_acct_type: Option<Str>tax_advantage_type: Option<TaxAdvantageType>ownership_type: Option<OwnershipType>rgst_dtls_grp: Option<Vec<RgstDtlsGrp>>rgst_dist_inst_grp: Option<Vec<RgstDistInstGrp>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RegistrationInstructions
impl Send for RegistrationInstructions
impl Sync for RegistrationInstructions
impl Unpin for RegistrationInstructions
impl UnwindSafe for RegistrationInstructions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more