pub struct SecurityStatement3 {
pub sys_dt: String,
pub chng: Option<Vec<SecuritiesReferenceDataChange3>>,
}Fields§
§sys_dt: String§chng: Option<Vec<SecuritiesReferenceDataChange3>>Implementations§
Source§impl SecurityStatement3
impl SecurityStatement3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityStatement3
impl RefUnwindSafe for SecurityStatement3
impl Send for SecurityStatement3
impl Sync for SecurityStatement3
impl Unpin for SecurityStatement3
impl UnwindSafe for SecurityStatement3
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