pub struct RedisServer { /* private fields */ }Implementations§
Source§impl RedisServer
impl RedisServer
pub fn new(addr: SocketAddr, sdk: KeyValueSdk) -> Self
pub async fn run(&mut self)
Auto Trait Implementations§
impl Freeze for RedisServer
impl !RefUnwindSafe for RedisServer
impl Send for RedisServer
impl Sync for RedisServer
impl Unpin for RedisServer
impl !UnwindSafe for RedisServer
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