pub struct MandateCopy4 {
pub orgnl_msg_inf: Option<OriginalMessageInformation1>,
pub orgnl_mndt: OriginalMandate10Choice,
pub mndt_sts: Option<MandateStatus1Choice>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§orgnl_msg_inf: Option<OriginalMessageInformation1>§orgnl_mndt: OriginalMandate10Choice§mndt_sts: Option<MandateStatus1Choice>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl MandateCopy4
impl MandateCopy4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MandateCopy4
impl RefUnwindSafe for MandateCopy4
impl Send for MandateCopy4
impl Sync for MandateCopy4
impl Unpin for MandateCopy4
impl UnwindSafe for MandateCopy4
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