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