pub struct WantsSchemes {
tls_config: ClientConfig,
}Expand description
State of a builder that needs schemes (https:// and http://) to be configured next
Fields§
§tls_config: ClientConfigAuto Trait Implementations§
impl Freeze for WantsSchemes
impl !RefUnwindSafe for WantsSchemes
impl Send for WantsSchemes
impl Sync for WantsSchemes
impl Unpin for WantsSchemes
impl !UnwindSafe for WantsSchemes
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