pub struct ServerSummary {
pub name: String,
pub status: String,
pub tool_count: usize,
pub instructions: Option<String>,
}Fields§
§name: String§status: String§tool_count: usize§instructions: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerSummary
impl RefUnwindSafe for ServerSummary
impl Send for ServerSummary
impl Sync for ServerSummary
impl Unpin for ServerSummary
impl UnsafeUnpin for ServerSummary
impl UnwindSafe for ServerSummary
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