pub struct DiscoveredTools {
pub backend_id: String,
pub tool_names: Vec<String>,
}Expand description
Data about tools discovered from a single backend.
Fields§
§backend_id: String§tool_names: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for DiscoveredTools
impl RefUnwindSafe for DiscoveredTools
impl Send for DiscoveredTools
impl Sync for DiscoveredTools
impl Unpin for DiscoveredTools
impl UnsafeUnpin for DiscoveredTools
impl UnwindSafe for DiscoveredTools
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