pub struct ScoreEncoding {
pub software: Option<String>,
pub encoding_date: Option<String>,
pub encoder: Option<String>,
}Fields§
§software: Option<String>§encoding_date: Option<String>§encoder: Option<String>Trait Implementations§
Source§impl Clone for ScoreEncoding
impl Clone for ScoreEncoding
Source§fn clone(&self) -> ScoreEncoding
fn clone(&self) -> ScoreEncoding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScoreEncoding
impl RefUnwindSafe for ScoreEncoding
impl Send for ScoreEncoding
impl Sync for ScoreEncoding
impl Unpin for ScoreEncoding
impl UnwindSafe for ScoreEncoding
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