pub struct HttpsComponent { /* private fields */ }Implementations§
Source§impl HttpsComponent
impl HttpsComponent
pub fn new() -> Self
pub fn with_config(config: HttpConfig) -> Self
pub fn with_optional_config(config: Option<HttpConfig>) -> Self
Trait Implementations§
Source§impl Component for HttpsComponent
impl Component for HttpsComponent
Auto Trait Implementations§
impl Freeze for HttpsComponent
impl !RefUnwindSafe for HttpsComponent
impl Send for HttpsComponent
impl Sync for HttpsComponent
impl Unpin for HttpsComponent
impl UnsafeUnpin for HttpsComponent
impl !UnwindSafe for HttpsComponent
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