pub struct NoDoctor;Expand description
Shared doctorless adapter for tools that do not expose a doctor command.
Trait Implementations§
Source§impl DoctorChecks for NoDoctor
impl DoctorChecks for NoDoctor
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 NoDoctor
impl RefUnwindSafe for NoDoctor
impl Send for NoDoctor
impl Sync for NoDoctor
impl Unpin for NoDoctor
impl UnsafeUnpin for NoDoctor
impl UnwindSafe for NoDoctor
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