Struct trust_dns::op::Edns[][src]

pub struct Edns { /* fields omitted */ }

Edns implements the higher level concepts for working with extended dns as it is used to create or be created from OPT record data.

Methods

impl Edns
[src]

Creates a new extended DNS object.

The high order bytes for the response code in the DNS Message

Returns the EDNS version

Specifies that DNSSec is supported for this Client or Server

Maximum supported size of the DNS payload

Returns the Option associated with the code

Returns the options portion of EDNS

Set the high order bits for the result code.

Set the EDNS version

Set to true if DNSSec is supported

Set the maximum payload which can be supported From RFC 6891: Values lower than 512 MUST be treated as equal to 512

Set the specified EDNS option

Trait Implementations

impl BinEncodable for Edns
[src]

Write the type to the stream

Returns the object in binary form

impl Clone for Edns
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Edns
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a Record> for Edns
[src]

Performs the conversion.

impl<'a> From<&'a Edns> for Record
[src]

This returns a Resource Record that is formatted for Edns(0). Note: the rcode_high value is only part of the rcode, the rest is part of the base

impl Default for Edns
[src]

Returns the "default value" for a type. Read more

impl PartialEq<Edns> for Edns
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Edns

impl Sync for Edns