Struct redis_queue_rs::redis_queue::RedisQueue
source · pub struct RedisQueue { /* private fields */ }
Implementations§
source§impl RedisQueue
impl RedisQueue
Trait Implementations§
source§impl Clone for RedisQueue
impl Clone for RedisQueue
source§fn clone(&self) -> RedisQueue
fn clone(&self) -> RedisQueue
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 moreAuto Trait Implementations§
impl Freeze for RedisQueue
impl RefUnwindSafe for RedisQueue
impl Send for RedisQueue
impl Sync for RedisQueue
impl Unpin for RedisQueue
impl UnwindSafe for RedisQueue
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