pub struct SgHttpClientConfig {
pub tls_config: ClientConfig,
}Fields§
§tls_config: ClientConfigTrait Implementations§
Auto 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