[][src]Enum dnslogger::parse::dns::dns_parameters::DnsType

pub enum DnsType {
    A,
    NS,
    CNAME,
    SOA,
    WKS,
    PTR,
    HINFO,
    MX,
    TXT,
    AXFR,
    ALL,
    AAAA,
    LOC,
    SPF,
    SRV,
    TKEY,
    TSIG,
    IXFR,
    URI,
    TA,
    DLV,
    OPT,
    NSEC,
    UnknownType(u16),
}

Variants

A
NS
CNAME
SOA
WKS
PTR
HINFO
MX
TXT
AXFR
ALL
AAAA
LOC
SPF
SRV
TKEY
TSIG
IXFR
URI
TA
DLV
OPT
NSEC
UnknownType(u16)

Trait Implementations

impl Clone for DnsType[src]

impl PartialEq<DnsType> for DnsType[src]

impl Debug for DnsType[src]

impl Serialize for DnsType[src]

Auto Trait Implementations

impl Send for DnsType

impl Sync for DnsType

impl Unpin for DnsType

impl UnwindSafe for DnsType

impl RefUnwindSafe for DnsType

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]