pub struct PartLabel {
pub part_index: usize,
pub name: String,
pub short_name: String,
}Expand description
A part label suitable for a score header or extracted-part host renderer.
Fields§
§part_index: usize§name: String§short_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for PartLabel
impl<'de> Deserialize<'de> for PartLabel
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
impl Eq for PartLabel
impl StructuralPartialEq for PartLabel
Auto Trait Implementations§
impl Freeze for PartLabel
impl RefUnwindSafe for PartLabel
impl Send for PartLabel
impl Sync for PartLabel
impl Unpin for PartLabel
impl UnsafeUnpin for PartLabel
impl UnwindSafe for PartLabel
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