pub struct Implementation {
pub name: String,
pub version: String,
}
Expand description
Information about an MCP implementation
Fieldsยง
ยงname: String
Name of the implementation
version: String
Version of the implementation
Trait Implementationsยง
Sourceยงimpl Clone for Implementation
impl Clone for Implementation
Sourceยงfn clone(&self) -> Implementation
fn clone(&self) -> Implementation
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 Implementation
impl Debug for Implementation
Sourceยงimpl<'de> Deserialize<'de> for Implementation
impl<'de> Deserialize<'de> for Implementation
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 Implementation
impl PartialEq for Implementation
Sourceยงimpl Serialize for Implementation
impl Serialize for Implementation
impl StructuralPartialEq for Implementation
Auto Trait Implementationsยง
impl Freeze for Implementation
impl RefUnwindSafe for Implementation
impl Send for Implementation
impl Sync for Implementation
impl Unpin for Implementation
impl UnwindSafe for Implementation
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