pub struct McpHttpConfig {
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 McpHttpConfig
impl Clone for McpHttpConfig
Source§fn clone(&self) -> McpHttpConfig
fn clone(&self) -> McpHttpConfig
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 McpHttpConfig
impl Debug for McpHttpConfig
Source§impl<'de> Deserialize<'de> for McpHttpConfig
impl<'de> Deserialize<'de> for McpHttpConfig
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 McpHttpConfig
impl RefUnwindSafe for McpHttpConfig
impl Send for McpHttpConfig
impl Sync for McpHttpConfig
impl Unpin for McpHttpConfig
impl UnsafeUnpin for McpHttpConfig
impl UnwindSafe for McpHttpConfig
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