pub enum ServiceMcpTransport {
Configured,
StreamableHttp,
}Expand description
MCP transport option for foreground service mode.
Variants§
Trait Implementations§
Source§impl Clone for ServiceMcpTransport
impl Clone for ServiceMcpTransport
Source§fn clone(&self) -> ServiceMcpTransport
fn clone(&self) -> ServiceMcpTransport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServiceMcpTransport
impl Debug for ServiceMcpTransport
Source§impl PartialEq for ServiceMcpTransport
impl PartialEq for ServiceMcpTransport
Source§fn eq(&self, other: &ServiceMcpTransport) -> bool
fn eq(&self, other: &ServiceMcpTransport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ServiceMcpTransport
impl Eq for ServiceMcpTransport
impl StructuralPartialEq for ServiceMcpTransport
Auto Trait Implementations§
impl Freeze for ServiceMcpTransport
impl RefUnwindSafe for ServiceMcpTransport
impl Send for ServiceMcpTransport
impl Sync for ServiceMcpTransport
impl Unpin for ServiceMcpTransport
impl UnsafeUnpin for ServiceMcpTransport
impl UnwindSafe for ServiceMcpTransport
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