pub struct McpTernlangAiProxyServerConfig {
pub url: String,
pub id: String,
}Fields§
§url: String§id: StringTrait Implementations§
Source§impl Clone for McpTernlangAiProxyServerConfig
impl Clone for McpTernlangAiProxyServerConfig
Source§fn clone(&self) -> McpTernlangAiProxyServerConfig
fn clone(&self) -> McpTernlangAiProxyServerConfig
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 PartialEq for McpTernlangAiProxyServerConfig
impl PartialEq for McpTernlangAiProxyServerConfig
Source§fn eq(&self, other: &McpTernlangAiProxyServerConfig) -> bool
fn eq(&self, other: &McpTernlangAiProxyServerConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for McpTernlangAiProxyServerConfig
impl StructuralPartialEq for McpTernlangAiProxyServerConfig
Auto Trait Implementations§
impl Freeze for McpTernlangAiProxyServerConfig
impl RefUnwindSafe for McpTernlangAiProxyServerConfig
impl Send for McpTernlangAiProxyServerConfig
impl Sync for McpTernlangAiProxyServerConfig
impl Unpin for McpTernlangAiProxyServerConfig
impl UnsafeUnpin for McpTernlangAiProxyServerConfig
impl UnwindSafe for McpTernlangAiProxyServerConfig
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