[][src]Struct stcloud::apis::client::APIClient

pub struct APIClient<C: Connect> { /* fields omitted */ }

Implementations

impl<C: Connect> APIClient<C>[src]

pub fn new(configuration: Configuration<C>) -> APIClient<C>[src]

pub fn alert_notifications_api(&self) -> &dyn AlertNotificationsApi[src]

pub fn alerts_api(&self) -> &dyn AlertsApi[src]

pub fn apps_api(&self) -> &dyn AppsApi[src]

pub fn aws_settings_controller_api(&self) -> &dyn AwsSettingsControllerApi[src]

pub fn billing_api(&self) -> &dyn BillingApi[src]

pub fn logs_app_api(&self) -> &dyn LogsAppApi[src]

pub fn metrics_api(&self) -> &dyn MetricsApi[src]

pub fn monitoring_app_api(&self) -> &dyn MonitoringAppApi[src]

pub fn reset_password_api(&self) -> &dyn ResetPasswordApi[src]

pub fn saved_queries_api(&self) -> &dyn SavedQueriesApi[src]

pub fn subscriptions_api(&self) -> &dyn SubscriptionsApi[src]

pub fn tag_api_controller_api(&self) -> &dyn TagApiControllerApi[src]

Auto Trait Implementations

impl<C> !RefUnwindSafe for APIClient<C>

impl<C> !Send for APIClient<C>

impl<C> !Sync for APIClient<C>

impl<C> Unpin for APIClient<C>

impl<C> !UnwindSafe for APIClient<C>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.