pub struct OriginalNotification16 {
pub orgnl_msg_id: String,
pub orgnl_cre_dt_tm: Option<String>,
pub orgnl_ntfctn_id: String,
pub ntfctn_cxl: Option<bool>,
pub orgnl_ntfctn_ref: Option<Vec<OriginalNotificationReference14>>,
}Fields§
§orgnl_msg_id: String§orgnl_cre_dt_tm: Option<String>§orgnl_ntfctn_id: String§ntfctn_cxl: Option<bool>§orgnl_ntfctn_ref: Option<Vec<OriginalNotificationReference14>>Implementations§
Source§impl OriginalNotification16
impl OriginalNotification16
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OriginalNotification16
impl RefUnwindSafe for OriginalNotification16
impl Send for OriginalNotification16
impl Sync for OriginalNotification16
impl Unpin for OriginalNotification16
impl UnwindSafe for OriginalNotification16
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