pub struct CompletionCommand { /* private fields */ }Expand description
Generate shell completion scripts for the Codex CLI.
Implementations§
Trait Implementations§
Source§impl Clone for CompletionCommand
impl Clone for CompletionCommand
Source§fn clone(&self) -> CompletionCommand
fn clone(&self) -> CompletionCommand
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 CodexCommand for CompletionCommand
impl CodexCommand for CompletionCommand
Source§impl Debug for CompletionCommand
impl Debug for CompletionCommand
Auto Trait Implementations§
impl Freeze for CompletionCommand
impl RefUnwindSafe for CompletionCommand
impl Send for CompletionCommand
impl Sync for CompletionCommand
impl Unpin for CompletionCommand
impl UnsafeUnpin for CompletionCommand
impl UnwindSafe for CompletionCommand
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