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

Set the specified EDNS option

Trait Implementations

impl Debug for Edns
[src]

Formats the value using the given formatter.

impl PartialEq for Edns
[src]

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

This method tests for !=.

impl Clone for Edns
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.