Enum dns_parser::ResponseCode [−][src]
pub enum ResponseCode { NoError, FormatError, ServerFailure, NameError, NotImplemented, Refused, Reserved(u8), }
The RCODE value according to RFC 1035
Variants
Reserved(u8)
Trait Implementations
impl Clone for ResponseCode
[src]
impl Clone for ResponseCode
[src]fn clone(&self) -> ResponseCode
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for ResponseCode
[src]
impl Error for ResponseCode
[src]impl From<u8> for ResponseCode
[src]
impl From<u8> for ResponseCode
[src]fn from(code: u8) -> ResponseCode
[src]
impl PartialEq<ResponseCode> for ResponseCode
[src]
impl PartialEq<ResponseCode> for ResponseCode
[src]