pub struct McpStdioTransport {
pub command: String,
pub args: Vec<String>,
pub env: BTreeMap<String, String>,
}Fields§
§command: String§args: Vec<String>§env: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for McpStdioTransport
impl Clone for McpStdioTransport
Source§fn clone(&self) -> McpStdioTransport
fn clone(&self) -> McpStdioTransport
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 McpStdioTransport
impl Debug for McpStdioTransport
Source§impl PartialEq for McpStdioTransport
impl PartialEq for McpStdioTransport
impl Eq for McpStdioTransport
impl StructuralPartialEq for McpStdioTransport
Auto Trait Implementations§
impl Freeze for McpStdioTransport
impl RefUnwindSafe for McpStdioTransport
impl Send for McpStdioTransport
impl Sync for McpStdioTransport
impl Unpin for McpStdioTransport
impl UnsafeUnpin for McpStdioTransport
impl UnwindSafe for McpStdioTransport
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