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