pub struct SecurityCSDLink7 {
pub vld_fr: DateAndDateTime2Choice,
pub vld_to: Option<DateAndDateTime2Choice>,
pub scty_mntnc: Option<bool>,
pub issr_csd: Option<SystemPartyIdentification2Choice>,
pub invstr_csd: Option<SystemPartyIdentification2Choice>,
pub tech_issr_csd: Option<SystemPartyIdentification2Choice>,
pub issnc_acct: Option<Vec<IssuanceAccount2>>,
}Fields§
§vld_fr: DateAndDateTime2Choice§vld_to: Option<DateAndDateTime2Choice>§scty_mntnc: Option<bool>§issr_csd: Option<SystemPartyIdentification2Choice>§invstr_csd: Option<SystemPartyIdentification2Choice>§tech_issr_csd: Option<SystemPartyIdentification2Choice>§issnc_acct: Option<Vec<IssuanceAccount2>>Implementations§
Source§impl SecurityCSDLink7
impl SecurityCSDLink7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityCSDLink7
impl RefUnwindSafe for SecurityCSDLink7
impl Send for SecurityCSDLink7
impl Sync for SecurityCSDLink7
impl Unpin for SecurityCSDLink7
impl UnwindSafe for SecurityCSDLink7
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