pub struct Server<H> { /* private fields */ }Expand description
The main server instance.
Implementations§
Auto Trait Implementations§
impl<H> !Freeze for Server<H>
impl<H> !RefUnwindSafe for Server<H>
impl<H> Send for Server<H>
impl<H> Sync for Server<H>
impl<H> Unpin for Server<H>
impl<H> UnsafeUnpin for Server<H>
impl<H> UnwindSafe for Server<H>where
H: RefUnwindSafe,
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