Struct shout::ShoutMetadata [] [src]

pub struct ShoutMetadata {
    // some fields omitted
}

Struct representing a metadata dict to be used by the shout connection

Methods

impl ShoutMetadata
[src]

fn new() -> ShoutMetadata

fn add(&mut self, name: String, value: String) -> Result<()ShoutConnError>

Adds a parameter into the metadata structure.

Trait Implementations

impl Drop for ShoutMetadata
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more