pub struct SkillMcpServer {
pub command: String,
pub args: Vec<String>,
pub cwd: Option<String>,
}Fields§
§command: String§args: Vec<String>§cwd: Option<String>Trait Implementations§
Source§impl Clone for SkillMcpServer
impl Clone for SkillMcpServer
Source§fn clone(&self) -> SkillMcpServer
fn clone(&self) -> SkillMcpServer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SkillMcpServer
impl Debug for SkillMcpServer
Source§impl<'de> Deserialize<'de> for SkillMcpServer
impl<'de> Deserialize<'de> for SkillMcpServer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SkillMcpServer
impl PartialEq for SkillMcpServer
Source§fn eq(&self, other: &SkillMcpServer) -> bool
fn eq(&self, other: &SkillMcpServer) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SkillMcpServer
impl Serialize for SkillMcpServer
impl StructuralPartialEq for SkillMcpServer
Auto Trait Implementations§
impl Freeze for SkillMcpServer
impl RefUnwindSafe for SkillMcpServer
impl Send for SkillMcpServer
impl Sync for SkillMcpServer
impl Unpin for SkillMcpServer
impl UnsafeUnpin for SkillMcpServer
impl UnwindSafe for SkillMcpServer
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