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

pub struct Software { /* fields omitted */ }

SOFTWARE attribute.

See RFC 5389 -- 15.10. SOFTWARE about this attribute.

Methods

impl Software
[src]

Makes a new Software instance.

The length of description must be less than 128 characters. If it is too long, this will return None.

Returns the description of this instance.

Trait Implementations

impl Debug for Software
[src]

Formats the value using the given formatter.

impl Clone for Software
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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