pub struct McpSseServerConfig {
pub url: String,
pub headers: Option<HashMap<String, String>>,
}Expand description
MCP SSE server configuration
Fields§
§url: String§headers: Option<HashMap<String, String>>Trait Implementations§
Source§impl Clone for McpSseServerConfig
impl Clone for McpSseServerConfig
Source§fn clone(&self) -> McpSseServerConfig
fn clone(&self) -> McpSseServerConfig
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 McpSseServerConfig
impl Debug for McpSseServerConfig
Source§impl<'de> Deserialize<'de> for McpSseServerConfig
impl<'de> Deserialize<'de> for McpSseServerConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for McpSseServerConfig
impl RefUnwindSafe for McpSseServerConfig
impl Send for McpSseServerConfig
impl Sync for McpSseServerConfig
impl Unpin for McpSseServerConfig
impl UnsafeUnpin for McpSseServerConfig
impl UnwindSafe for McpSseServerConfig
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