pub struct ScoreIdentification {
pub creator: Vec<String>,
pub encoding: ScoreEncoding,
}Expand description
A struct to hold identification information for a score.
Fields§
§creator: Vec<String>§encoding: ScoreEncodingTrait Implementations§
Source§impl Clone for ScoreIdentification
impl Clone for ScoreIdentification
Source§fn clone(&self) -> ScoreIdentification
fn clone(&self) -> ScoreIdentification
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 ScoreIdentification
impl RefUnwindSafe for ScoreIdentification
impl Send for ScoreIdentification
impl Sync for ScoreIdentification
impl Unpin for ScoreIdentification
impl UnwindSafe for ScoreIdentification
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