pub struct Tool {
pub name: &'static str,
pub description: &'static str,
pub toolset: &'static str,
pub enabled_by_default: bool,
}Expand description
Built-in tools available in Hermes
Fields§
§name: &'static str§description: &'static str§toolset: &'static str§enabled_by_default: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Tool
impl RefUnwindSafe for Tool
impl Send for Tool
impl Sync for Tool
impl Unpin for Tool
impl UnsafeUnpin for Tool
impl UnwindSafe for Tool
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