pub struct ServerWithHttpRedirectHttpsConfig {
pub https_port: u16,
pub resolver: Arc<dyn ResolvesServerCert>,
}Fields§
§https_port: u16§resolver: Arc<dyn ResolvesServerCert>Auto Trait Implementations§
impl !RefUnwindSafe for ServerWithHttpRedirectHttpsConfig
impl !UnwindSafe for ServerWithHttpRedirectHttpsConfig
impl Freeze for ServerWithHttpRedirectHttpsConfig
impl Send for ServerWithHttpRedirectHttpsConfig
impl Sync for ServerWithHttpRedirectHttpsConfig
impl Unpin for ServerWithHttpRedirectHttpsConfig
impl UnsafeUnpin for ServerWithHttpRedirectHttpsConfig
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