pub struct H3Server { /* private fields */ }
Expand description
HTTP/3 server for Cap’n Web protocol
Implementations§
Auto Trait Implementations§
impl Freeze for H3Server
impl !RefUnwindSafe for H3Server
impl Send for H3Server
impl Sync for H3Server
impl Unpin for H3Server
impl !UnwindSafe for H3Server
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