Struct yup_oauth2::authenticator::DefaultHyperClient
source · pub struct DefaultHyperClient;
Expand description
The builder value used when the default hyper client should be used.
Trait Implementations§
source§impl HyperClientBuilder for DefaultHyperClient
impl HyperClientBuilder for DefaultHyperClient
§type Connector = HttpsConnector<HttpConnector>
type Connector = HttpsConnector<HttpConnector>
The hyper connector that the resulting hyper client will use.
source§fn build_hyper_client(self) -> Client<Self::Connector>
fn build_hyper_client(self) -> Client<Self::Connector>
Create a hyper::Client
Auto Trait Implementations§
impl RefUnwindSafe for DefaultHyperClient
impl Send for DefaultHyperClient
impl Sync for DefaultHyperClient
impl Unpin for DefaultHyperClient
impl UnwindSafe for DefaultHyperClient
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