pub struct RedisService { /* private fields */ }Implementations§
Source§impl RedisService
impl RedisService
pub async fn new() -> Result<Self, DsError>
pub async fn handle_command( &self, cmd: RedisCommand, ) -> Result<RedisFrame, DsError>
Auto Trait Implementations§
impl Freeze for RedisService
impl !RefUnwindSafe for RedisService
impl Send for RedisService
impl Sync for RedisService
impl Unpin for RedisService
impl UnsafeUnpin for RedisService
impl !UnwindSafe for RedisService
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