pub struct ScoreInstrumentAttributes {
pub id: Id,
}Expand description
Attributes pertaining to the ScoreInstrument element.
Fields§
§id: IdSpecifies an ID that is unique to the entire document.
Trait Implementations§
Source§impl AttributeDeserializer for ScoreInstrumentAttributes
impl AttributeDeserializer for ScoreInstrumentAttributes
fn deserialize( attributes: &[(String, String)], ) -> Result<ScoreInstrumentAttributes, String>
Source§impl Debug for ScoreInstrumentAttributes
impl Debug for ScoreInstrumentAttributes
impl Eq for ScoreInstrumentAttributes
Source§impl PartialEq for ScoreInstrumentAttributes
impl PartialEq for ScoreInstrumentAttributes
Source§fn eq(&self, other: &ScoreInstrumentAttributes) -> bool
fn eq(&self, other: &ScoreInstrumentAttributes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScoreInstrumentAttributes
Auto Trait Implementations§
impl Freeze for ScoreInstrumentAttributes
impl RefUnwindSafe for ScoreInstrumentAttributes
impl Send for ScoreInstrumentAttributes
impl Sync for ScoreInstrumentAttributes
impl Unpin for ScoreInstrumentAttributes
impl UnsafeUnpin for ScoreInstrumentAttributes
impl UnwindSafe for ScoreInstrumentAttributes
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