pub struct FileData1 {
pub tp: Option<DocumentType1Choice>,
pub id: String,
pub isse_dt: Option<DateAndDateTime2Choice>,
pub frmt: Option<DocumentFormat1Choice>,
pub file_nm: Option<String>,
pub ntwk_ref: Option<String>,
pub file_lctn_elctrnc_adr: Option<String>,
}Fields§
§tp: Option<DocumentType1Choice>§id: String§isse_dt: Option<DateAndDateTime2Choice>§frmt: Option<DocumentFormat1Choice>§file_nm: Option<String>§ntwk_ref: Option<String>§file_lctn_elctrnc_adr: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for FileData1
impl RefUnwindSafe for FileData1
impl Send for FileData1
impl Sync for FileData1
impl Unpin for FileData1
impl UnwindSafe for FileData1
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