Struct mpd::mount::Mount [] [src]

pub struct Mount {
    pub name: String,
    pub storage: String,
}

Mount point

Fields

mount point name

mount storage URI

Trait Implementations

impl Clone for Mount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Mount
[src]

Formats the value using the given formatter.

impl PartialEq for Mount
[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 Mount
[src]

Serialize a value using an Encoder.