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