Struct yup_oauth2::authenticator::DefaultHyperClient
source · pub struct DefaultHyperClient;
Available on crate features
hyper-rustls
or hyper-tls
only.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.
Auto Trait Implementations§
impl Freeze for DefaultHyperClient
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