pub struct CorrespondenceNotification1 {
pub sndr_ntfctn_id: String,
pub ntfctn_tp: NotificationType1Choice,
pub ntfctn_sub_tp: Option<NotificationSubType1Choice>,
pub ntfctn_nrrtv: Option<Vec<String>>,
pub nclsd_file: Option<Vec<Document15>>,
pub rltd_ntfctn_data: Option<Vec<RelatedNotificationData1>>,
}Fields§
§sndr_ntfctn_id: String§ntfctn_tp: NotificationType1Choice§ntfctn_sub_tp: Option<NotificationSubType1Choice>§ntfctn_nrrtv: Option<Vec<String>>§nclsd_file: Option<Vec<Document15>>§rltd_ntfctn_data: Option<Vec<RelatedNotificationData1>>Implementations§
Source§impl CorrespondenceNotification1
impl CorrespondenceNotification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CorrespondenceNotification1
impl RefUnwindSafe for CorrespondenceNotification1
impl Send for CorrespondenceNotification1
impl Sync for CorrespondenceNotification1
impl Unpin for CorrespondenceNotification1
impl UnwindSafe for CorrespondenceNotification1
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