pub struct ReferredDocumentInformation8 {
pub tp: Option<DocumentType1>,
pub nb: Option<String>,
pub rltd_dt: Option<DateAndType1>,
pub line_dtls: Option<Vec<DocumentLineInformation2>>,
}Fields§
§tp: Option<DocumentType1>§nb: Option<String>§rltd_dt: Option<DateAndType1>§line_dtls: Option<Vec<DocumentLineInformation2>>Implementations§
Source§impl ReferredDocumentInformation8
impl ReferredDocumentInformation8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReferredDocumentInformation8
impl RefUnwindSafe for ReferredDocumentInformation8
impl Send for ReferredDocumentInformation8
impl Sync for ReferredDocumentInformation8
impl Unpin for ReferredDocumentInformation8
impl UnwindSafe for ReferredDocumentInformation8
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