[−][src]Struct yukikaze::client::config::DefaultCfg
Default configuration.
Uses default Config impl.
Connector:
-
When
rustlsenabled usesyukikaze::connector::rustls::HttpsConnectoras default -
Otherwise uses
yukikaze::connector::HttpConnector
Trait Implementations
impl Config for DefaultCfg[src]
type Connector = DefaultConnector
Connector type.
type Timer = DefaultTimer
Timer type.
fn decompress() -> bool[src]
fn timeout() -> Duration[src]
fn default_user_agent(request: &mut Request)[src]
fn default_headers(request: &mut Request)[src]
fn max_redirect_num() -> usize[src]
fn config_hyper(builder: &mut Builder) -> &mut Builder[src]
Auto Trait Implementations
impl Sync for DefaultCfg
impl Send for DefaultCfg
impl Unpin for DefaultCfg
impl UnwindSafe for DefaultCfg
impl RefUnwindSafe for DefaultCfg
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self