Struct http4r_core::server::ServerOptions
source · [−]pub struct ServerOptions {
pub threadpool_size: usize,
pub headers_size: usize,
pub trailers_size: usize,
}Fields
threadpool_size: usizeheaders_size: usizetrailers_size: usizeAuto Trait Implementations
impl RefUnwindSafe for ServerOptions
impl Send for ServerOptions
impl Sync for ServerOptions
impl Unpin for ServerOptions
impl UnwindSafe for ServerOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more