pub struct NackR { /* private fields */ }
Expand description
Value of the field NACK
Implementations§
Auto Trait Implementations§
impl Freeze for NackR
impl RefUnwindSafe for NackR
impl Send for NackR
impl Sync for NackR
impl Unpin for NackR
impl UnwindSafe for NackR
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