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