pub struct Server<const P: usize = DEFAULT_HANDLER_TASKS_COUNT, const B: usize = DEFAULT_BUF_SIZE, const N: usize = DEFAULT_MAX_HEADERS_COUNT>(/* private fields */);Implementations§
source§impl<const P: usize, const B: usize, const N: usize> Server<P, B, N>
impl<const P: usize, const B: usize, const N: usize> Server<P, B, N>
Trait Implementations§
Auto Trait Implementations§
impl<const P: usize, const B: usize, const N: usize> Freeze for Server<P, B, N>
impl<const P: usize, const B: usize, const N: usize> RefUnwindSafe for Server<P, B, N>
impl<const P: usize, const B: usize, const N: usize> Send for Server<P, B, N>
impl<const P: usize, const B: usize, const N: usize> Sync for Server<P, B, N>
impl<const P: usize, const B: usize, const N: usize> Unpin for Server<P, B, N>
impl<const P: usize, const B: usize, const N: usize> UnwindSafe for Server<P, B, N>
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