pub enum NfqueueError {
NoSuchAttribute,
}
Variants§
NoSuchAttribute
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NfqueueError
impl RefUnwindSafe for NfqueueError
impl Send for NfqueueError
impl Sync for NfqueueError
impl Unpin for NfqueueError
impl UnwindSafe for NfqueueError
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