Struct hyper_rustls::builderstates::WantsSchemes
source · pub struct WantsSchemes { /* private fields */ }
Expand description
State of a builder that needs schemes (https:// and http://) to be configured next
Auto 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