pub enum McpBridgeMode {
Stdio {
conductor_command: Vec<String>,
},
Http,
}Expand description
Mode for the MCP bridge.
Variants§
Trait Implementations§
Source§impl Clone for McpBridgeMode
impl Clone for McpBridgeMode
Source§fn clone(&self) -> McpBridgeMode
fn clone(&self) -> McpBridgeMode
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 McpBridgeMode
impl Debug for McpBridgeMode
Source§impl Default for McpBridgeMode
impl Default for McpBridgeMode
Source§fn default() -> McpBridgeMode
fn default() -> McpBridgeMode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for McpBridgeMode
impl RefUnwindSafe for McpBridgeMode
impl Send for McpBridgeMode
impl Sync for McpBridgeMode
impl Unpin for McpBridgeMode
impl UnsafeUnpin for McpBridgeMode
impl UnwindSafe for McpBridgeMode
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