pub struct SgHttpClientConfig {
pub tls_config: ClientConfig,
}Fields§
§tls_config: ClientConfigAuto Trait Implementations§
impl Freeze for SgHttpClientConfig
impl !RefUnwindSafe for SgHttpClientConfig
impl Send for SgHttpClientConfig
impl Sync for SgHttpClientConfig
impl Unpin for SgHttpClientConfig
impl !UnwindSafe for SgHttpClientConfig
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