pub struct McpRemoteTransport {
pub url: String,
pub headers: BTreeMap<String, String>,
pub headers_helper: Option<String>,
pub auth: McpClientAuth,
}Fields§
§url: String§headers: BTreeMap<String, String>§headers_helper: Option<String>§auth: McpClientAuthTrait Implementations§
Source§impl Clone for McpRemoteTransport
impl Clone for McpRemoteTransport
Source§fn clone(&self) -> McpRemoteTransport
fn clone(&self) -> McpRemoteTransport
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 McpRemoteTransport
impl Debug for McpRemoteTransport
Source§impl PartialEq for McpRemoteTransport
impl PartialEq for McpRemoteTransport
impl Eq for McpRemoteTransport
impl StructuralPartialEq for McpRemoteTransport
Auto Trait Implementations§
impl Freeze for McpRemoteTransport
impl RefUnwindSafe for McpRemoteTransport
impl Send for McpRemoteTransport
impl Sync for McpRemoteTransport
impl Unpin for McpRemoteTransport
impl UnsafeUnpin for McpRemoteTransport
impl UnwindSafe for McpRemoteTransport
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