pub struct ServerRunner { /* private fields */ }Expand description
Manages the spawned server tasks, waiting for a shutdown signal to terminate them.
Implementations§
Auto Trait Implementations§
impl Freeze for ServerRunner
impl RefUnwindSafe for ServerRunner
impl Send for ServerRunner
impl Sync for ServerRunner
impl Unpin for ServerRunner
impl UnwindSafe for ServerRunner
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