pub struct Server<A> { /* private fields */ }
Available on crate feature
server
only.Expand description
HTTP server.
Implementations§
Auto Trait Implementations§
impl<A> Freeze for Server<A>where
A: Freeze,
impl<A> RefUnwindSafe for Server<A>where
A: RefUnwindSafe,
impl<A> Send for Server<A>where
A: Send,
impl<A> Sync for Server<A>where
A: Sync,
impl<A> Unpin for Server<A>where
A: Unpin,
impl<A> UnwindSafe for Server<A>where
A: UnwindSafe,
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