Enum RunnerCommand
pub enum RunnerCommand {
FindNewExtensions,
GetInstalledExtensions,
GetExtensionIcon(PackageNameArgs),
ToggleExtensionStatus(PackageNameArgs),
RemoveExtension(PackageNameArgs),
StopProcess,
GetDisplayName(PackageNameArgs),
}
Variants§
FindNewExtensions
GetInstalledExtensions
GetExtensionIcon(PackageNameArgs)
ToggleExtensionStatus(PackageNameArgs)
RemoveExtension(PackageNameArgs)
StopProcess
GetDisplayName(PackageNameArgs)
Trait Implementations§
§impl Debug for RunnerCommand
impl Debug for RunnerCommand
§impl TryFrom<(&str, &Value)> for RunnerCommand
impl TryFrom<(&str, &Value)> for RunnerCommand
§type Error = MoosyncError
type Error = MoosyncError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for RunnerCommand
impl RefUnwindSafe for RunnerCommand
impl Send for RunnerCommand
impl Sync for RunnerCommand
impl Unpin for RunnerCommand
impl UnwindSafe for RunnerCommand
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