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