Enum mpd::reply::Reply [] [src]

pub enum Reply {
    Ok,
    Ack(ServerError),
    Pair(StringString),
}

All possible MPD server replies

Variants

OK and list_OK replies

ACK reply (server error)

a data pair reply (in field: value format)

Trait Implementations

impl Debug for Reply
[src]

Formats the value using the given formatter.

impl Clone for Reply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Reply
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FromStr for Reply
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more