pub struct CheckTool { /* private fields */ }Expand description
Tool for checking required tool installations
Implementations§
Trait Implementations§
Source§impl Tool for CheckTool
impl Tool for CheckTool
Source§fn definition(&self) -> ToolDefinition
fn definition(&self) -> ToolDefinition
Get the tool definition
Auto Trait Implementations§
impl Freeze for CheckTool
impl RefUnwindSafe for CheckTool
impl Send for CheckTool
impl Sync for CheckTool
impl Unpin for CheckTool
impl UnwindSafe for CheckTool
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