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 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
impl Debug for Neighbor[src]
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 !=.