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

pub struct UnknownAttributes { /* fields omitted */ }

UNKNOWN-ATTRIBUTES attribute.

See RFC 5389 -- 15.9. UNKNOWN-ATTRIBUTES about this attribute.

Methods

impl UnknownAttributes
[src]

Makes a new UnknownAttributes instance.

Returns the unknown attribute types of this instance.

Trait Implementations

impl Debug for UnknownAttributes
[src]

Formats the value using the given formatter.

impl Clone for UnknownAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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