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