pub struct McpListOutput {
pub status: ExitStatus,
pub stdout: String,
pub stderr: String,
pub json: Option<Value>,
}Expand description
Output from codex mcp list.
Fields§
§status: ExitStatus§stdout: String§stderr: String§json: Option<Value>Trait Implementations§
Source§impl Clone for McpListOutput
impl Clone for McpListOutput
Source§fn clone(&self) -> McpListOutput
fn clone(&self) -> McpListOutput
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 McpListOutput
impl Debug for McpListOutput
Source§impl PartialEq for McpListOutput
impl PartialEq for McpListOutput
impl StructuralPartialEq for McpListOutput
Auto Trait Implementations§
impl Freeze for McpListOutput
impl RefUnwindSafe for McpListOutput
impl Send for McpListOutput
impl Sync for McpListOutput
impl Unpin for McpListOutput
impl UnsafeUnpin for McpListOutput
impl UnwindSafe for McpListOutput
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