pub struct CodexApp;Expand description
Codex CLI 应用配置
Implementations§
Auto Trait Implementations§
impl Freeze for CodexApp
impl RefUnwindSafe for CodexApp
impl Send for CodexApp
impl Sync for CodexApp
impl Unpin for CodexApp
impl UnwindSafe for CodexApp
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