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