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