Struct simple_job_queue::redis::RedisJobQueueBackend
source · pub struct RedisJobQueueBackend { /* private fields */ }Implementations§
source§impl RedisJobQueueBackend
impl RedisJobQueueBackend
pub fn new<I: IntoConnectionInfo>( connection_info: I, name: String ) -> Result<Self, RedisError>
Trait Implementations§
source§impl Clone for RedisJobQueueBackend
impl Clone for RedisJobQueueBackend
source§fn clone(&self) -> RedisJobQueueBackend
fn clone(&self) -> RedisJobQueueBackend
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