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