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

pub struct AlternateServer(_);

ALTERNATE-SERVER attribute.

See RFC 5389 -- 15.11. ALTERNATE-SERVER about this attribute.

Methods

impl AlternateServer
[src]

Makes a new AlternateServer instance.

Returns the alternate address.

Trait Implementations

impl Debug for AlternateServer
[src]

Formats the value using the given formatter.

impl Clone for AlternateServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AlternateServer
[src]

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

impl Hash for AlternateServer
[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 AlternateServer
[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