pub struct Http {
pub proxy: Option<String>,
pub timeout: Option<i64>,
pub cainfo: Option<String>,
pub check_revoke: Option<bool>,
pub low_speed_limit: Option<i64>,
pub multiplexing: Option<bool>,
pub debug: Option<bool>,
}Fields§
§proxy: Option<String>§timeout: Option<i64>§cainfo: Option<String>§check_revoke: Option<bool>§low_speed_limit: Option<i64>§multiplexing: Option<bool>§debug: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Http
impl<'de> Deserialize<'de> for Http
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Http
impl RefUnwindSafe for Http
impl Send for Http
impl Sync for Http
impl Unpin for Http
impl UnsafeUnpin for Http
impl UnwindSafe for Http
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