Enum trust_dns_proto::rr::rdata::opt::EdnsOption [−][src]
Expand description
options used to pass information about capabilities between client and server
note: Not all EdnsOptions are supported at this time.
http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-13
Variants
Unknown(u16, Vec<u8>)
Unknown, used to deal with unknown or unsupported codes
Implementations
Trait Implementations
Write the type to the stream
Returns the object in binary form
Performs the conversion.
Performs the conversion.
only the supported extensions are listed right now.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for EdnsOption
impl Send for EdnsOption
impl Sync for EdnsOption
impl Unpin for EdnsOption
impl UnwindSafe for EdnsOption
Blanket Implementations
Mutably borrows from an owned value. Read more