pub struct MasterAgreement7 {
pub tp: AgreementType2Choice,
pub vrsn: Option<String>,
pub othr_mstr_agrmt_dtls: Option<String>,
}Fields§
§tp: AgreementType2Choice§vrsn: Option<String>§othr_mstr_agrmt_dtls: Option<String>Implementations§
Source§impl MasterAgreement7
impl MasterAgreement7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MasterAgreement7
impl RefUnwindSafe for MasterAgreement7
impl Send for MasterAgreement7
impl Sync for MasterAgreement7
impl Unpin for MasterAgreement7
impl UnwindSafe for MasterAgreement7
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