pub struct RedisMutex { /* private fields */ }
Trait Implementations§
Source§impl Clone for RedisMutex
impl Clone for RedisMutex
Source§fn clone(&self) -> RedisMutex
fn clone(&self) -> RedisMutex
Returns a duplicate 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 moreSource§impl Debug for RedisMutex
impl Debug for RedisMutex
Source§impl<T> Mutex<T> for RedisMutex
impl<T> Mutex<T> for RedisMutex
Auto Trait Implementations§
impl Freeze for RedisMutex
impl !RefUnwindSafe for RedisMutex
impl Send for RedisMutex
impl Sync for RedisMutex
impl Unpin for RedisMutex
impl !UnwindSafe for RedisMutex
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