pub struct DocumentIdentification51 {
pub id: String,
pub cre_dt_tm: Option<DateAndDateTime2Choice>,
pub cpy_dplct: Option<CopyDuplicate1Code>,
pub msg_orgtr: Option<PartyIdentification136>,
pub msg_rcpt: Option<PartyIdentification136>,
}Fields§
§id: String§cre_dt_tm: Option<DateAndDateTime2Choice>§cpy_dplct: Option<CopyDuplicate1Code>§msg_orgtr: Option<PartyIdentification136>§msg_rcpt: Option<PartyIdentification136>Implementations§
Source§impl DocumentIdentification51
impl DocumentIdentification51
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DocumentIdentification51
impl RefUnwindSafe for DocumentIdentification51
impl Send for DocumentIdentification51
impl Sync for DocumentIdentification51
impl Unpin for DocumentIdentification51
impl UnwindSafe for DocumentIdentification51
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