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