pub struct OrgGdocsDoctor;Expand description
Doctor checks provider for the org-gdocs tool.
Trait Implementations§
Source§impl DoctorChecks for OrgGdocsDoctor
impl DoctorChecks for OrgGdocsDoctor
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 OrgGdocsDoctor
impl RefUnwindSafe for OrgGdocsDoctor
impl Send for OrgGdocsDoctor
impl Sync for OrgGdocsDoctor
impl Unpin for OrgGdocsDoctor
impl UnsafeUnpin for OrgGdocsDoctor
impl UnwindSafe for OrgGdocsDoctor
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