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