Struct dns_parser_joe::Name [] [src]

pub struct Name<'a> { /* fields omitted */ }

The DNS name as stored in the original packet

This is contains just a reference to a slice that contains the data. You may turn this into a string using .to_string()

Methods

impl<'a> Name<'a>
[src]

Trait Implementations

impl<'a> Debug for Name<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Name<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for Name<'a>
[src]

impl<'a> Display for Name<'a>
[src]

Formats the value using the given formatter. Read more