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