pub struct ServerWithHttpRedirectConfig {
pub http_port: u16,
pub https_config: Option<ServerWithHttpRedirectHttpsConfig>,
}
Fields§
§http_port: u16
§https_config: Option<ServerWithHttpRedirectHttpsConfig>
Auto Trait Implementations§
impl Freeze for ServerWithHttpRedirectConfig
impl !RefUnwindSafe for ServerWithHttpRedirectConfig
impl Send for ServerWithHttpRedirectConfig
impl Sync for ServerWithHttpRedirectConfig
impl Unpin for ServerWithHttpRedirectConfig
impl !UnwindSafe for ServerWithHttpRedirectConfig
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