pub struct NoConfig;Trait Implementations§
Source§impl CliConfig for NoConfig
impl CliConfig for NoConfig
fn config_error(&self) -> Option<&str>
fn apply_daily_args(&self, _args: &mut DailyArgs)
fn apply_weekly_args(&self, _args: &mut WeeklyArgs)
fn apply_blocks_args(&self, _args: &mut BlocksArgs)
fn apply_statusline_args(&self, _args: &mut StatuslineArgs)
fn apply_agent_args( &self, _codex_speed: &mut CodexSpeed, _pi_path: Option<&mut Option<String>>, _open_claw_path: Option<&mut Option<String>>, )
Auto Trait Implementations§
impl Freeze for NoConfig
impl RefUnwindSafe for NoConfig
impl Send for NoConfig
impl Sync for NoConfig
impl Unpin for NoConfig
impl UnsafeUnpin for NoConfig
impl UnwindSafe for NoConfig
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