pub enum Command {
}Expand description
Parsed command representation.
Variants§
Help
Show help information.
Info
Show kernel information.
Mem
Show memory statistics.
Tasks
Show task list.
Caps
Show capability table.
Queues
Show queue statistics.
Vectors
Show vector store info.
Proofs
Show proof statistics.
Cpu
Show CPU information.
Witness
Show witness log entries.
Perf
Show performance counters.
Trace
Toggle or show syscall tracing.
Reboot
Trigger system reboot.
Trait Implementations§
impl Eq for Command
impl StructuralPartialEq for Command
Auto Trait Implementations§
impl Freeze for Command
impl RefUnwindSafe for Command
impl Send for Command
impl Sync for Command
impl Unpin for Command
impl UnsafeUnpin for Command
impl UnwindSafe for Command
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