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
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 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