pub struct Https { /* private fields */ }
Implementations§
Source§impl Https
impl Https
pub fn new(service: ArcHyperService, tls_config: ServerConfig) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Https
impl !RefUnwindSafe for Https
impl Send for Https
impl Sync for Https
impl Unpin for Https
impl !UnwindSafe for Https
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