Struct futures_http::client::rasio::HttpClientOptions
source · pub struct HttpClientOptions { /* private fields */ }Expand description
Options and flags which can be used to configure how a http client is opened.
Implementations§
source§impl HttpClientOptions
impl HttpClientOptions
sourcepub fn new() -> HttpClientOptionsBuilder
pub fn new() -> HttpClientOptionsBuilder
Create a HttpClientOptionsBuilder instance to build HttpClientOptions.
Trait Implementations§
source§impl Clone for HttpClientOptions
impl Clone for HttpClientOptions
source§fn clone(&self) -> HttpClientOptions
fn clone(&self) -> HttpClientOptions
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 HttpClientOptions
impl Debug for HttpClientOptions
source§impl Default for HttpClientOptions
impl Default for HttpClientOptions
source§fn default() -> HttpClientOptions
fn default() -> HttpClientOptions
Returns the “default value” for a type. Read more
source§impl TryInto<HttpClientOptions> for &HttpClientOptions
impl TryInto<HttpClientOptions> for &HttpClientOptions
Auto Trait Implementations§
impl Freeze for HttpClientOptions
impl RefUnwindSafe for HttpClientOptions
impl Send for HttpClientOptions
impl Sync for HttpClientOptions
impl Unpin for HttpClientOptions
impl UnwindSafe for HttpClientOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)