pub struct PartyAuditTrail2 {
pub rcrd: Vec<UpdateLogPartyRecord2Choice>,
pub opr_tm_stmp: String,
pub instg_usr: String,
pub apprvg_usr: Option<String>,
}Fields§
§rcrd: Vec<UpdateLogPartyRecord2Choice>§opr_tm_stmp: String§instg_usr: String§apprvg_usr: Option<String>Implementations§
Source§impl PartyAuditTrail2
impl PartyAuditTrail2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyAuditTrail2
impl RefUnwindSafe for PartyAuditTrail2
impl Send for PartyAuditTrail2
impl Sync for PartyAuditTrail2
impl Unpin for PartyAuditTrail2
impl UnwindSafe for PartyAuditTrail2
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