Struct togglempc::ToggleMpcConfig
source · pub struct ToggleMpcConfig {
pub name: String,
pub address_and_port: String,
pub playlists: Vec<String>,
}Expand description
Configuration for one ToggleMpc MPD client
Fields§
§name: String§address_and_port: String§playlists: Vec<String>Auto Trait Implementations§
impl Freeze for ToggleMpcConfig
impl RefUnwindSafe for ToggleMpcConfig
impl Send for ToggleMpcConfig
impl Sync for ToggleMpcConfig
impl Unpin for ToggleMpcConfig
impl UnwindSafe for ToggleMpcConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more