Struct cloud_detect::providers::digitalocean::DigitalOcean
source · pub struct DigitalOcean;Trait Implementations§
source§impl Provider for DigitalOcean
impl Provider for DigitalOcean
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 DigitalOcean using all the implemented options.
Auto Trait Implementations§
impl RefUnwindSafe for DigitalOcean
impl Send for DigitalOcean
impl Sync for DigitalOcean
impl Unpin for DigitalOcean
impl UnwindSafe for DigitalOcean
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