Struct mpd::plugin::Plugin [] [src]

pub struct Plugin {
    pub name: String,
    pub suffixes: Vec<String>,
    pub mime_types: Vec<String>,
}

Decoder plugin

Fields

name: String

name

suffixes: Vec<String>

supported file suffixes (extensions)

mime_types: Vec<String>

supported MIME-types

Trait Implementations

impl Encodable for Plugin
[src]

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

impl PartialEq for Plugin
[src]

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

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

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

This method tests for !=.

impl Debug for Plugin
[src]

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

Formats the value using the given formatter.

impl Clone for Plugin
[src]

fn clone(&self) -> Plugin

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