pub struct ClearingPartyAndTime14 {
pub ccp: Option<OrganisationIdentification15Choice>,
pub clr_dt_tm: Option<String>,
pub rpt_trckg_nb: Option<String>,
pub prtfl_cd: Option<String>,
}Fields§
§ccp: Option<OrganisationIdentification15Choice>§clr_dt_tm: Option<String>§rpt_trckg_nb: Option<String>§prtfl_cd: Option<String>Implementations§
Source§impl ClearingPartyAndTime14
impl ClearingPartyAndTime14
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ClearingPartyAndTime14
impl RefUnwindSafe for ClearingPartyAndTime14
impl Send for ClearingPartyAndTime14
impl Sync for ClearingPartyAndTime14
impl Unpin for ClearingPartyAndTime14
impl UnwindSafe for ClearingPartyAndTime14
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