pub struct McpSseConfig {
pub transport_type: String,
pub url: String,
pub headers: Option<HashMap<String, String>>,
}Fields§
§transport_type: String§url: String§headers: Option<HashMap<String, String>>Trait Implementations§
Source§impl Clone for McpSseConfig
impl Clone for McpSseConfig
Source§fn clone(&self) -> McpSseConfig
fn clone(&self) -> McpSseConfig
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 McpSseConfig
impl Debug for McpSseConfig
Source§impl<'de> Deserialize<'de> for McpSseConfig
impl<'de> Deserialize<'de> for McpSseConfig
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 McpSseConfig
impl RefUnwindSafe for McpSseConfig
impl Send for McpSseConfig
impl Sync for McpSseConfig
impl Unpin for McpSseConfig
impl UnsafeUnpin for McpSseConfig
impl UnwindSafe for McpSseConfig
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