pub enum DnsRcode {
NoError,
FormErr,
ServFail,
NXDomain,
NotImp,
Refused,
YXDomain,
YXRRSet,
NXRRSet,
NotAuth,
NotZone,
Unknown(u8),
}
Expand description
DNS OpCodes
Variants§
NoError
FormErr
ServFail
NXDomain
NotImp
Refused
YXDomain
YXRRSet
NXRRSet
NotAuth
NotZone
Unknown(u8)
Trait Implementations§
Source§impl Ord for Rcode
impl Ord for Rcode
Source§impl PartialOrd for Rcode
impl PartialOrd for Rcode
impl Copy for Rcode
impl Eq for Rcode
impl StructuralPartialEq for Rcode
Auto Trait Implementations§
impl Freeze for Rcode
impl RefUnwindSafe for Rcode
impl Send for Rcode
impl Sync for Rcode
impl Unpin for Rcode
impl UnwindSafe for Rcode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)