Struct cloud_detect::providers::gcp::GCP
source · pub struct GCP;Trait Implementations§
source§impl Provider for GCP
impl Provider for GCP
source§fn identify<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = bool> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn identify<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = bool> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Tries to identify GCP using all the implemented options.
Auto Trait Implementations§
impl RefUnwindSafe for GCP
impl Send for GCP
impl Sync for GCP
impl Unpin for GCP
impl UnwindSafe for GCP
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