Struct dns_parser::rdata::aaaa::Record[][src]

pub struct Record(pub Ipv6Addr);

Trait Implementations

impl Debug for Record
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Record
[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 Record
[src]

impl Clone for Record
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Record
[src]

Auto Trait Implementations

impl Send for Record

impl Sync for Record