Type Alias mas_oidc_client::http_service::HttpService
source · pub type HttpService = BoxCloneSyncService<Request<Bytes>, Response<Bytes>, Box<dyn Error + Send + Sync>>;
Expand description
Aliased Type§
struct HttpService(/* private fields */);
Implementations
Trait Implementations
source§impl<T, U, E> Clone for BoxCloneSyncService<T, U, E>
impl<T, U, E> Clone for BoxCloneSyncService<T, U, E>
source§fn clone(&self) -> BoxCloneSyncService<T, U, E>
fn clone(&self) -> BoxCloneSyncService<T, U, E>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BoxCloneSyncService<Request<Bytes>, Response<Bytes>, Box<dyn Error + Send + Sync>>
impl Debug for BoxCloneSyncService<Request<Bytes>, Response<Bytes>, Box<dyn Error + Send + Sync>>
source§impl<T, U, E> Service<T> for BoxCloneSyncService<T, U, E>
impl<T, U, E> Service<T> for BoxCloneSyncService<T, U, E>
§type Future = Pin<Box<dyn Future<Output = Result<<BoxCloneSyncService<T, U, E> as Service<T>>::Response, <BoxCloneSyncService<T, U, E> as Service<T>>::Error>> + Send>>
type Future = Pin<Box<dyn Future<Output = Result<<BoxCloneSyncService<T, U, E> as Service<T>>::Response, <BoxCloneSyncService<T, U, E> as Service<T>>::Error>> + Send>>
The future response value.