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