Struct redis_module::BlockedClient
source · pub struct BlockedClient { /* private fields */ }
Trait Implementations§
source§impl Drop for BlockedClient
impl Drop for BlockedClient
impl Send for BlockedClient
Auto Trait Implementations§
impl RefUnwindSafe for BlockedClient
impl !Sync for BlockedClient
impl Unpin for BlockedClient
impl UnwindSafe for BlockedClient
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