pub struct ManagedHttpRuntime {
pub name: String,
pub connector: StreamableHttpConnector,
pub tools: Option<McpToolConfig>,
}Expand description
HTTP runtime connector with tool hints preserved.
Fields§
§name: String§connector: StreamableHttpConnector§tools: Option<McpToolConfig>Trait Implementations§
Source§impl Clone for ManagedHttpRuntime
impl Clone for ManagedHttpRuntime
Source§fn clone(&self) -> ManagedHttpRuntime
fn clone(&self) -> ManagedHttpRuntime
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 moreAuto Trait Implementations§
impl Freeze for ManagedHttpRuntime
impl RefUnwindSafe for ManagedHttpRuntime
impl Send for ManagedHttpRuntime
impl Sync for ManagedHttpRuntime
impl Unpin for ManagedHttpRuntime
impl UnsafeUnpin for ManagedHttpRuntime
impl UnwindSafe for ManagedHttpRuntime
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