pub enum McpTransport {
Http(String),
Sse(String),
Stdio(Command),
}Variants§
Auto Trait Implementations§
impl Freeze for McpTransport
impl !RefUnwindSafe for McpTransport
impl Send for McpTransport
impl Sync for McpTransport
impl Unpin for McpTransport
impl !UnwindSafe for McpTransport
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