Enum async_mpd::WrappedResponse[][src]

pub enum WrappedResponse {
    Ok,
    ListAllInfo(ListallinfoResponse),
    Tracks(Vec<Track>),
    Listall(ListallResponse),
    Subsystem(Subsystem),
    DatabaseVersion(DatabaseVersion),
    Status(Status),
    Stats(Stats),
}
Expand description

A Enum-wrapped response

Variants

Ok
ListAllInfo

Tuple Fields of ListAllInfo

0: ListallinfoResponse
Tracks

Tuple Fields of Tracks

0: Vec<Track>
Listall

Tuple Fields of Listall

0: ListallResponse
Subsystem

Tuple Fields of Subsystem

0: Subsystem
DatabaseVersion

Tuple Fields of DatabaseVersion

0: DatabaseVersion
Status

Tuple Fields of Status

0: Status
Stats

Tuple Fields of Stats

0: Stats

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.