pub struct RespServer { /* private fields */ }Expand description
RESP3 server that bridges Redis wire protocol to EventStore operations.
Implementations§
Auto Trait Implementations§
impl Freeze for RespServer
impl !RefUnwindSafe for RespServer
impl Send for RespServer
impl Sync for RespServer
impl Unpin for RespServer
impl UnsafeUnpin for RespServer
impl !UnwindSafe for RespServer
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