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