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

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

Neighbor

Fields

name: String

neighbor name

storage: String

neighbor storage URI

Trait Implementations

impl Encodable for Neighbor
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl PartialEq for Neighbor
[src]

fn eq(&self, __arg_0: &Neighbor) -> bool

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

fn ne(&self, __arg_0: &Neighbor) -> bool

This method tests for !=.

impl Debug for Neighbor
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Neighbor
[src]

fn clone(&self) -> Neighbor

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more