Struct actix_web::rt::SystemRunner [−][src]
pub struct SystemRunner { /* fields omitted */ }
Expand description
Runner that keeps a System’s event loop alive until stop message is received.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SystemRunner
impl !Send for SystemRunner
impl !Sync for SystemRunner
impl Unpin for SystemRunner
impl !UnwindSafe for SystemRunner
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more