Enum shout::ShoutMeta [] [src]

pub enum ShoutMeta {
    Name(String),
    Url(String),
    Genre(String),
    Description(String),
    IRC(String),
    AIM(String),
    ICQ(String),
}

Type representing a meta value used in setting up the connection with the host.

Variants

Trait Implementations

impl Clone for ShoutMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShoutMeta
[src]

Formats the value using the given formatter.