pub struct EnabledStatusReason1Choice {
pub no_spcfd_rsn: Option<NoReasonCode>,
pub rsn: Option<Vec<EnabledStatusReason1>>,
}Fields§
§no_spcfd_rsn: Option<NoReasonCode>§rsn: Option<Vec<EnabledStatusReason1>>Implementations§
Source§impl EnabledStatusReason1Choice
impl EnabledStatusReason1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for EnabledStatusReason1Choice
impl RefUnwindSafe for EnabledStatusReason1Choice
impl Send for EnabledStatusReason1Choice
impl Sync for EnabledStatusReason1Choice
impl Unpin for EnabledStatusReason1Choice
impl UnwindSafe for EnabledStatusReason1Choice
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