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