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