Struct mpd::mount::Neighbor [] [src]

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

Neighbor

Fields

neighbor name

neighbor storage URI

Trait Implementations

impl Clone for Neighbor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Neighbor
[src]

Formats the value using the given formatter.

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

Serialize a value using an Encoder.