pub struct SocketQosFailure { /* private fields */ }Expand description
One failed marking operation.
Implementations§
Trait Implementations§
Source§impl Debug for SocketQosFailure
impl Debug for SocketQosFailure
Auto Trait Implementations§
impl !RefUnwindSafe for SocketQosFailure
impl !UnwindSafe for SocketQosFailure
impl Freeze for SocketQosFailure
impl Send for SocketQosFailure
impl Sync for SocketQosFailure
impl Unpin for SocketQosFailure
impl UnsafeUnpin for SocketQosFailure
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