pub struct PrompterDoctor;Expand description
Doctor checks provider for the prompter tool.
Trait Implementations§
Source§impl DoctorChecks for PrompterDoctor
impl DoctorChecks for PrompterDoctor
Source§fn current_version() -> &'static str
fn current_version() -> &'static str
Get the current version of this tool.
Source§fn tool_checks(&self) -> Vec<DoctorCheck>
fn tool_checks(&self) -> Vec<DoctorCheck>
Run tool-specific health checks. Read more
Auto Trait Implementations§
impl Freeze for PrompterDoctor
impl RefUnwindSafe for PrompterDoctor
impl Send for PrompterDoctor
impl Sync for PrompterDoctor
impl Unpin for PrompterDoctor
impl UnsafeUnpin for PrompterDoctor
impl UnwindSafe for PrompterDoctor
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