pub struct DocumentToSend4 {
pub tp: String,
pub rcpt: PartyIdentification125Choice,
pub mtd_of_trnsmssn: CommunicationMethod3Choice,
}Fields§
§tp: String§rcpt: PartyIdentification125Choice§mtd_of_trnsmssn: CommunicationMethod3ChoiceImplementations§
Source§impl DocumentToSend4
impl DocumentToSend4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DocumentToSend4
impl RefUnwindSafe for DocumentToSend4
impl Send for DocumentToSend4
impl Sync for DocumentToSend4
impl Unpin for DocumentToSend4
impl UnwindSafe for DocumentToSend4
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