pub struct DocumentGeneralInformation2 {
pub doc_tp: String,
pub doc_nb: String,
pub sndr_rcvr_seq_id: Option<String>,
pub isse_dt: Option<String>,
pub url: Option<String>,
pub attchd_binry_file: Option<Vec<BinaryFile1>>,
}Fields§
§doc_tp: String§doc_nb: String§sndr_rcvr_seq_id: Option<String>§isse_dt: Option<String>§url: Option<String>§attchd_binry_file: Option<Vec<BinaryFile1>>Implementations§
Source§impl DocumentGeneralInformation2
impl DocumentGeneralInformation2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DocumentGeneralInformation2
impl RefUnwindSafe for DocumentGeneralInformation2
impl Send for DocumentGeneralInformation2
impl Sync for DocumentGeneralInformation2
impl Unpin for DocumentGeneralInformation2
impl UnwindSafe for DocumentGeneralInformation2
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