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