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