pub struct RejectionReason2 {
pub rjctg_pty_rsn: String,
pub rjctn_dt_tm: Option<String>,
pub err_lctn: Option<String>,
pub rsn_desc: Option<String>,
pub addtl_data: Option<String>,
}Fields§
§rjctg_pty_rsn: String§rjctn_dt_tm: Option<String>§err_lctn: Option<String>§rsn_desc: Option<String>§addtl_data: Option<String>Implementations§
Source§impl RejectionReason2
impl RejectionReason2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RejectionReason2
impl RefUnwindSafe for RejectionReason2
impl Send for RejectionReason2
impl Sync for RejectionReason2
impl Unpin for RejectionReason2
impl UnwindSafe for RejectionReason2
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