pub enum RouterAction {
Show 36 variants
Error(String),
JsonError(JsonErrorPlan),
RunDev(DevPlan),
RunDoctor(DoctorPlan),
RunExport(ExportPlan),
RunInit(InitPlan),
RunList(ListPlan),
RunLogin(LoginPlan),
RunMcp(McpPlan),
RunParser(ParserPlan),
RunNew(NewPlan),
RunHistory(HistoryPlan),
RunVerify(VerifyPlan),
RunHarness(HarnessPlan),
RunKernel(KernelPlan),
RunPayment(PaymentPlan),
RunConfig(ConfigPlan),
RunPolicy(PolicyPlan),
RunPublish(PublishPlan),
RunRegistry(RegistryPlan),
RunResume(ResumePlan),
RunSkill(SkillPlan),
RunTool(ToolPlan),
RunAddUrl(AddUrlPlan),
PrintHelp,
PrintAddHelp,
PrintHistoryHelp,
PrintListHelp,
PrintLoginHelp,
PrintPublishHelp,
PrintRegistryHelp,
PrintRegistryUsageError,
PrintResumeHelp,
PrintSkillHelp,
PrintVerifyHelp,
PrintVersion,
}Variants§
Error(String)
JsonError(JsonErrorPlan)
RunDev(DevPlan)
RunDoctor(DoctorPlan)
RunExport(ExportPlan)
RunInit(InitPlan)
RunList(ListPlan)
RunLogin(LoginPlan)
RunMcp(McpPlan)
RunParser(ParserPlan)
RunNew(NewPlan)
RunHistory(HistoryPlan)
RunVerify(VerifyPlan)
RunHarness(HarnessPlan)
RunKernel(KernelPlan)
RunPayment(PaymentPlan)
RunConfig(ConfigPlan)
RunPolicy(PolicyPlan)
RunPublish(PublishPlan)
RunRegistry(RegistryPlan)
RunResume(ResumePlan)
RunSkill(SkillPlan)
RunTool(ToolPlan)
RunAddUrl(AddUrlPlan)
PrintHelp
PrintAddHelp
PrintHistoryHelp
PrintListHelp
PrintLoginHelp
PrintPublishHelp
PrintRegistryHelp
PrintRegistryUsageError
PrintResumeHelp
PrintSkillHelp
PrintVerifyHelp
PrintVersion
Trait Implementations§
Source§impl Debug for RouterAction
impl Debug for RouterAction
Source§impl PartialEq for RouterAction
impl PartialEq for RouterAction
Source§fn eq(&self, other: &RouterAction) -> bool
fn eq(&self, other: &RouterAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RouterAction
Auto Trait Implementations§
impl Freeze for RouterAction
impl RefUnwindSafe for RouterAction
impl Send for RouterAction
impl Sync for RouterAction
impl Unpin for RouterAction
impl UnsafeUnpin for RouterAction
impl UnwindSafe for RouterAction
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