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>
Trait Implementations§
Source§impl Clone for ReferredDocumentInformation7
impl Clone for ReferredDocumentInformation7
Source§fn clone(&self) -> ReferredDocumentInformation7
fn clone(&self) -> ReferredDocumentInformation7
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReferredDocumentInformation7
impl Debug for ReferredDocumentInformation7
Source§impl Default for ReferredDocumentInformation7
impl Default for ReferredDocumentInformation7
Source§fn default() -> ReferredDocumentInformation7
fn default() -> ReferredDocumentInformation7
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReferredDocumentInformation7
impl<'de> Deserialize<'de> for ReferredDocumentInformation7
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReferredDocumentInformation7
impl PartialEq for ReferredDocumentInformation7
Source§fn eq(&self, other: &ReferredDocumentInformation7) -> bool
fn eq(&self, other: &ReferredDocumentInformation7) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReferredDocumentInformation7
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