pub enum ProjectCmd {
SetRhythm(Rhythm, Rhythm),
SetKey(Key, Key),
SetGrid(Grid, Grid),
ModelChanged {
added: Models,
removed: Models,
metadata: ModelChangeMetadata,
},
}Variants§
Trait Implementations§
Source§impl Cmd for ProjectCmd
impl Cmd for ProjectCmd
Source§impl Debug for ProjectCmd
impl Debug for ProjectCmd
Source§impl<'de> Deserialize<'de> for ProjectCmd
impl<'de> Deserialize<'de> for ProjectCmd
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
Source§impl PartialEq for ProjectCmd
impl PartialEq for ProjectCmd
Source§impl Serialize for ProjectCmd
impl Serialize for ProjectCmd
impl SerializableCmd for ProjectCmd
impl StructuralPartialEq for ProjectCmd
Auto Trait Implementations§
impl Freeze for ProjectCmd
impl RefUnwindSafe for ProjectCmd
impl Send for ProjectCmd
impl Sync for ProjectCmd
impl Unpin for ProjectCmd
impl UnwindSafe for ProjectCmd
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