pub enum NoteType {
Normal,
Golden,
Freestyle,
LineBreak,
}
Expand description
Type of the note present.
Variants§
Trait Implementations§
impl Eq for NoteType
impl StructuralPartialEq for NoteType
Auto Trait Implementations§
impl Freeze for NoteType
impl RefUnwindSafe for NoteType
impl Send for NoteType
impl Sync for NoteType
impl Unpin for NoteType
impl UnwindSafe for NoteType
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