Struct shout::ShoutConnBuilder [] [src]

pub struct ShoutConnBuilder { /* fields omitted */ }

A shout connection builder. All desired values should be set in this before it is built into a ShoutConn. All validation of parameters and FFI calls happen on build.

Methods

impl ShoutConnBuilder
[src]

impl ShoutConnBuilder
[src]

Trait Implementations

impl Default for ShoutConnBuilder
[src]

Returns the "default value" for a type. Read more