pub enum CommandFamily {
Create,
Run,
Build,
Clean,
Eject,
Format,
Lsp,
Docs,
Dev,
SvgImport,
}Expand description
Public top-level CLI command families eligible for telemetry.
Variants§
Trait Implementations§
Source§impl Clone for CommandFamily
impl Clone for CommandFamily
impl Copy for CommandFamily
Source§impl Debug for CommandFamily
impl Debug for CommandFamily
Source§impl<'de> Deserialize<'de> for CommandFamily
impl<'de> Deserialize<'de> for CommandFamily
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 CommandFamily
Source§impl PartialEq for CommandFamily
impl PartialEq for CommandFamily
Source§impl Serialize for CommandFamily
impl Serialize for CommandFamily
impl StructuralPartialEq for CommandFamily
Auto Trait Implementations§
impl Freeze for CommandFamily
impl RefUnwindSafe for CommandFamily
impl Send for CommandFamily
impl Sync for CommandFamily
impl Unpin for CommandFamily
impl UnsafeUnpin for CommandFamily
impl UnwindSafe for CommandFamily
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