pub struct SetMetadataCmd {
pub title: Option<String>,
pub composer: Option<String>,
pub lyricist: Option<String>,
pub copyright: Option<String>,
pub work_number: Option<String>,
pub movement_title: Option<String>,
}Fields§
§title: Option<String>§composer: Option<String>§lyricist: Option<String>§copyright: Option<String>§work_number: Option<String>§movement_title: Option<String>Trait Implementations§
Source§impl Clone for SetMetadataCmd
impl Clone for SetMetadataCmd
Source§fn clone(&self) -> SetMetadataCmd
fn clone(&self) -> SetMetadataCmd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetMetadataCmd
impl Debug for SetMetadataCmd
Source§impl Default for SetMetadataCmd
impl Default for SetMetadataCmd
Source§fn default() -> SetMetadataCmd
fn default() -> SetMetadataCmd
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetMetadataCmd
impl<'de> Deserialize<'de> for SetMetadataCmd
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetMetadataCmd
impl RefUnwindSafe for SetMetadataCmd
impl Send for SetMetadataCmd
impl Sync for SetMetadataCmd
impl Unpin for SetMetadataCmd
impl UnsafeUnpin for SetMetadataCmd
impl UnwindSafe for SetMetadataCmd
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