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