pub struct SupportingDocumentRequestOrLetter4 {
pub req_or_lttr_id: String,
pub dt: Option<String>,
pub sndr: Option<Party50Choice>,
pub rcvr: Option<Party50Choice>,
pub orgnl_refs: Option<Vec<OriginalMessage6>>,
pub sbjt: String,
pub tp: SupportLetterType1Choice,
pub desc: Option<String>,
pub rspn_reqrd: bool,
pub due_dt: Option<String>,
pub attchmnt: Option<Vec<DocumentGeneralInformation5>>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§req_or_lttr_id: String§dt: Option<String>§sndr: Option<Party50Choice>§rcvr: Option<Party50Choice>§orgnl_refs: Option<Vec<OriginalMessage6>>§sbjt: String§tp: SupportLetterType1Choice§desc: Option<String>§rspn_reqrd: bool§due_dt: Option<String>§attchmnt: Option<Vec<DocumentGeneralInformation5>>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl SupportingDocumentRequestOrLetter4
impl SupportingDocumentRequestOrLetter4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SupportingDocumentRequestOrLetter4
impl RefUnwindSafe for SupportingDocumentRequestOrLetter4
impl Send for SupportingDocumentRequestOrLetter4
impl Sync for SupportingDocumentRequestOrLetter4
impl Unpin for SupportingDocumentRequestOrLetter4
impl UnwindSafe for SupportingDocumentRequestOrLetter4
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