Struct mpd::song::Range [] [src]

pub struct Range(pub Duration, pub Option<Duration>);

Song range

Trait Implementations

impl Debug for Range
[src]

Formats the value using the given formatter.

impl Copy for Range
[src]

impl Clone for Range
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Range
[src]

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

This method tests for !=.

impl Encodable for Range
[src]

Serialize a value using an Encoder.

impl Default for Range
[src]

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

impl Display for Range
[src]

Formats the value using the given formatter.

impl FromStr for Range
[src]

The associated error which can be returned from parsing.

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