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