Enum trust_dns_proto::rr::rdata::opt::EdnsOption [−][src]
#[non_exhaustive]
pub enum EdnsOption {
DAU(SupportedAlgorithms),
DHU(SupportedAlgorithms),
N3U(SupportedAlgorithms),
Unknown(u16, Vec<u8>),
}
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 (Non-exhaustive)
This enum is marked as non-exhaustive
DAU(SupportedAlgorithms)
dnssec
only.Tuple Fields of DAU
DHU(SupportedAlgorithms)
dnssec
only.Tuple Fields of DHU
N3U(SupportedAlgorithms)
dnssec
only.Tuple Fields of N3U
Unknown, used to deal with unknown or unsupported codes
Implementations
Trait Implementations
Write the type to the stream
Returns the object in binary form
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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
Compare self to key
and return true
if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more