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