pub struct DoctorReport {
pub gcloud: CheckResult,
pub account: CheckResult,
pub project: CheckResult,
pub billing: CheckResult,
pub apis: Vec<ApiCheck>,
pub config_file: CheckResult,
}Fields§
§gcloud: CheckResult§account: CheckResult§project: CheckResult§billing: CheckResult§apis: Vec<ApiCheck>§config_file: CheckResultImplementations§
Source§impl DoctorReport
impl DoctorReport
pub fn all_passed(&self) -> bool
Trait Implementations§
Source§impl Debug for DoctorReport
impl Debug for DoctorReport
Source§impl Default for DoctorReport
impl Default for DoctorReport
Source§fn default() -> DoctorReport
fn default() -> DoctorReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DoctorReport
impl RefUnwindSafe for DoctorReport
impl Send for DoctorReport
impl Sync for DoctorReport
impl Unpin for DoctorReport
impl UnsafeUnpin for DoctorReport
impl UnwindSafe for DoctorReport
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