pub struct McpServerCommand { /* private fields */ }Expand description
Start Codex as an MCP server over stdio.
Implementations§
Trait Implementations§
Source§impl Clone for McpServerCommand
impl Clone for McpServerCommand
Source§fn clone(&self) -> McpServerCommand
fn clone(&self) -> McpServerCommand
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 McpServerCommand
impl CodexCommand for McpServerCommand
Source§impl Debug for McpServerCommand
impl Debug for McpServerCommand
Source§impl Default for McpServerCommand
impl Default for McpServerCommand
Source§fn default() -> McpServerCommand
fn default() -> McpServerCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for McpServerCommand
impl RefUnwindSafe for McpServerCommand
impl Send for McpServerCommand
impl Sync for McpServerCommand
impl Unpin for McpServerCommand
impl UnsafeUnpin for McpServerCommand
impl UnwindSafe for McpServerCommand
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