pub struct PreflightReport {
pub gcloud_version: Option<String>,
pub authenticated: bool,
pub project_name: Option<String>,
pub disabled_apis: Vec<String>,
}Fields§
§gcloud_version: Option<String>§authenticated: bool§project_name: Option<String>§disabled_apis: Vec<String>Implementations§
Source§impl PreflightReport
impl PreflightReport
pub fn has_warnings(&self) -> bool
Trait Implementations§
Source§impl Debug for PreflightReport
impl Debug for PreflightReport
Source§impl Default for PreflightReport
impl Default for PreflightReport
Source§fn default() -> PreflightReport
fn default() -> PreflightReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PreflightReport
impl RefUnwindSafe for PreflightReport
impl Send for PreflightReport
impl Sync for PreflightReport
impl Unpin for PreflightReport
impl UnsafeUnpin for PreflightReport
impl UnwindSafe for PreflightReport
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