Enum redact_composer_core::PartType
source · pub enum PartType {
Instrument,
Percussion,
}Expand description
Indicates whether a part is an instrument, or percussion.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PartType
impl Send for PartType
impl Sync for PartType
impl Unpin for PartType
impl UnwindSafe for PartType
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