pub struct MailType1Choice {
pub cd: Option<MailType1Code>,
pub prtry: Option<GenericIdentification47>,
}Fields§
§cd: Option<MailType1Code>§prtry: Option<GenericIdentification47>Implementations§
Source§impl MailType1Choice
impl MailType1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MailType1Choice
impl RefUnwindSafe for MailType1Choice
impl Send for MailType1Choice
impl Sync for MailType1Choice
impl Unpin for MailType1Choice
impl UnwindSafe for MailType1Choice
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