Struct apalis_core::worker::prelude::WorkerMessage
source · pub struct WorkerMessage { /* private fields */ }Available on crate feature
worker only.Expand description
Represents a message emitted by worker
Implementations§
source§impl WorkerMessage
impl WorkerMessage
sourcepub fn new(worker_id: String, event: WorkerEvent) -> Self
pub fn new(worker_id: String, event: WorkerEvent) -> Self
Generate a new WorkerMessage.
Trait Implementations§
source§impl Clone for WorkerMessage
impl Clone for WorkerMessage
source§fn clone(&self) -> WorkerMessage
fn clone(&self) -> WorkerMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more