Struct hyper_rustls::builderstates::WantsProtocols2
source · pub struct WantsProtocols2 {
inner: WantsProtocols1,
}
Expand description
State of a builder with HTTP1 enabled, that may have some other protocols (HTTP2 or later) enabled next
At this point a connector can be built, see
build
and
wrap_connector
.
Fields§
§inner: WantsProtocols1
Auto Trait Implementations§
impl Freeze for WantsProtocols2
impl !RefUnwindSafe for WantsProtocols2
impl Send for WantsProtocols2
impl Sync for WantsProtocols2
impl Unpin for WantsProtocols2
impl !UnwindSafe for WantsProtocols2
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