pub struct McpManagedProxyTransport {
pub url: String,
pub id: String,
}Fields§
§url: String§id: StringTrait Implementations§
Source§impl Clone for McpManagedProxyTransport
impl Clone for McpManagedProxyTransport
Source§fn clone(&self) -> McpManagedProxyTransport
fn clone(&self) -> McpManagedProxyTransport
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 McpManagedProxyTransport
impl Debug for McpManagedProxyTransport
Source§impl PartialEq for McpManagedProxyTransport
impl PartialEq for McpManagedProxyTransport
impl Eq for McpManagedProxyTransport
impl StructuralPartialEq for McpManagedProxyTransport
Auto Trait Implementations§
impl Freeze for McpManagedProxyTransport
impl RefUnwindSafe for McpManagedProxyTransport
impl Send for McpManagedProxyTransport
impl Sync for McpManagedProxyTransport
impl Unpin for McpManagedProxyTransport
impl UnsafeUnpin for McpManagedProxyTransport
impl UnwindSafe for McpManagedProxyTransport
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