pub enum SetNewNoteAction {
Cut,
Off,
Fade,
Continue,
}Variants§
Trait Implementations§
Source§impl Clone for SetNewNoteAction
impl Clone for SetNewNoteAction
Source§fn clone(&self) -> SetNewNoteAction
fn clone(&self) -> SetNewNoteAction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetNewNoteAction
impl Debug for SetNewNoteAction
Source§impl PartialEq for SetNewNoteAction
impl PartialEq for SetNewNoteAction
impl Copy for SetNewNoteAction
impl StructuralPartialEq for SetNewNoteAction
Auto Trait Implementations§
impl Freeze for SetNewNoteAction
impl RefUnwindSafe for SetNewNoteAction
impl Send for SetNewNoteAction
impl Sync for SetNewNoteAction
impl Unpin for SetNewNoteAction
impl UnwindSafe for SetNewNoteAction
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