Struct actix_web::rt::SystemRunner
pub struct SystemRunner;
Expand description
Runner that keeps a System’s event loop alive until stop message is received.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemRunner
impl RefUnwindSafe for SystemRunner
impl Send for SystemRunner
impl Sync for SystemRunner
impl Unpin for SystemRunner
impl UnwindSafe for SystemRunner
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