Struct rustun::rfc5389::attributes::MappedAddress [] [src]

pub struct MappedAddress(_);

MAPPED-ADDRESS attribute.

See RFC 5389 -- 15.1. MAPPED-ADDRESS about this attribute.

Methods

impl MappedAddress
[src]

Makes a new MappedAddress instance.

Returns the address of this instance.

Trait Implementations

impl Debug for MappedAddress
[src]

Formats the value using the given formatter.

impl Clone for MappedAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MappedAddress
[src]

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

impl Hash for MappedAddress
[src]

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

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

impl Attribute for MappedAddress
[src]

Returns the attribute type of this instance.

Tries to convert from RawAttribute. Read more

Tries to encode the value of this attribute to bytes.

Tries to convert to RawAttribute. Read more