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