Struct rest_api_utils::clients::RestApiClientBuilder [−][src]
pub struct RestApiClientBuilder<ApiErrorType> where
ApiErrorType: DeserializeOwned + ToString + Clone, { /* fields omitted */ }Implementations
impl<ApiErrorType> RestApiClientBuilder<ApiErrorType> where
ApiErrorType: DeserializeOwned + ToString + Clone,
impl<ApiErrorType> RestApiClientBuilder<ApiErrorType> where
ApiErrorType: DeserializeOwned + ToString + Clone,
Auto Trait Implementations
impl<ApiErrorType> !RefUnwindSafe for RestApiClientBuilder<ApiErrorType>
impl<ApiErrorType> Send for RestApiClientBuilder<ApiErrorType> where
ApiErrorType: Send,
impl<ApiErrorType> Sync for RestApiClientBuilder<ApiErrorType> where
ApiErrorType: Sync,
impl<ApiErrorType> Unpin for RestApiClientBuilder<ApiErrorType> where
ApiErrorType: Unpin,
impl<ApiErrorType> !UnwindSafe for RestApiClientBuilder<ApiErrorType>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more