pub struct Server { /* private fields */ }
Expand description
Used to accept incoming connections and create Sessions. (native only)
NOTE: This is not supported in the WASM runtime, as browsers are clients.
Use a web_transport_quinn::ServerBuilder to create a web_transport_quinn::Server and then Into
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Server
impl !RefUnwindSafe for Server
impl Send for Server
impl !Sync for Server
impl Unpin for Server
impl !UnwindSafe for Server
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