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