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