pub struct AlertsInUaClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AlertsInUaApi for AlertsInUaClient
impl AlertsInUaApi for AlertsInUaClient
fn get_active_alerts<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<Alerts, ApiError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_alerts_history<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
location_aid: &'life1 i8,
period: &'life2 str,
) -> Pin<Box<dyn Future<Output = Result<Alerts, ApiError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
fn get_air_raid_alert_status<'life0, 'life1, 'async_trait>(
&'life0 self,
location_aid: &'life1 i8,
) -> Pin<Box<dyn Future<Output = Result<String, ApiError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn get_air_raid_alert_statuses_by_location<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<AirRaidAlertOblastStatuses, ApiError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Source§impl BaseHttpClient for AlertsInUaClient
impl BaseHttpClient for AlertsInUaClient
Auto Trait Implementations§
impl !RefUnwindSafe for AlertsInUaClient
impl !UnwindSafe for AlertsInUaClient
impl Freeze for AlertsInUaClient
impl Send for AlertsInUaClient
impl Sync for AlertsInUaClient
impl Unpin for AlertsInUaClient
impl UnsafeUnpin for AlertsInUaClient
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