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