pub struct ToolRegistryEntry {
pub server_id: String,
pub original_name: String,
pub namespaced_name: String,
pub schema: Tool,
}Fields§
§server_id: String§original_name: String§namespaced_name: String§schema: ToolTrait Implementations§
Source§impl Clone for ToolRegistryEntry
impl Clone for ToolRegistryEntry
Source§fn clone(&self) -> ToolRegistryEntry
fn clone(&self) -> ToolRegistryEntry
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 moreAuto Trait Implementations§
impl Freeze for ToolRegistryEntry
impl RefUnwindSafe for ToolRegistryEntry
impl Send for ToolRegistryEntry
impl Sync for ToolRegistryEntry
impl Unpin for ToolRegistryEntry
impl UnwindSafe for ToolRegistryEntry
Blanket Implementations§
§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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