Struct trust_dns::rr::rdata::null::NULL [] [src]

pub struct NULL { /* fields omitted */ }

RFC 1035, DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION, November 1987

3.3.10. NULL RDATA format (EXPERIMENTAL)

    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
    /                  <anything>                   /
    /                                               /
    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+

Anything at all may be in the RDATA field so long as it is 65535 octets
or less.

NULL records cause no additional section processing.  NULL RRs are not
allowed in master files.  NULLs are used as placeholders in some
experimental extensions of the DNS.

Methods

impl NULL
[src]

Construct a new NULL RData

Constructs a new NULL RData with the associated data

Returns the buffer stored in the NULL

Trait Implementations

impl Debug for NULL
[src]

Formats the value using the given formatter.

impl PartialEq for NULL
[src]

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

This method tests for !=.

impl Eq for NULL
[src]

impl Hash for NULL
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for NULL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more