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