pub enum BootstrapPhase {
CliEntry,
FastPathVersion,
StartupProfiler,
SystemPromptFastPath,
ChromeMcpFastPath,
DaemonWorkerFastPath,
BridgeFastPath,
DaemonFastPath,
BackgroundSessionFastPath,
TemplateFastPath,
EnvironmentRunnerFastPath,
MainRuntime,
}Variants§
CliEntry
FastPathVersion
StartupProfiler
SystemPromptFastPath
ChromeMcpFastPath
DaemonWorkerFastPath
BridgeFastPath
DaemonFastPath
BackgroundSessionFastPath
TemplateFastPath
EnvironmentRunnerFastPath
MainRuntime
Trait Implementations§
Source§impl Clone for BootstrapPhase
impl Clone for BootstrapPhase
Source§fn clone(&self) -> BootstrapPhase
fn clone(&self) -> BootstrapPhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BootstrapPhase
impl Debug for BootstrapPhase
Source§impl PartialEq for BootstrapPhase
impl PartialEq for BootstrapPhase
impl Copy for BootstrapPhase
impl Eq for BootstrapPhase
impl StructuralPartialEq for BootstrapPhase
Auto Trait Implementations§
impl Freeze for BootstrapPhase
impl RefUnwindSafe for BootstrapPhase
impl Send for BootstrapPhase
impl Sync for BootstrapPhase
impl Unpin for BootstrapPhase
impl UnsafeUnpin for BootstrapPhase
impl UnwindSafe for BootstrapPhase
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