pub struct RedisBackendBuilder { /* private fields */ }
Expand description
Part of builder pattern implemetation for RedisBackend actor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedisBackendBuilder
impl RefUnwindSafe for RedisBackendBuilder
impl Send for RedisBackendBuilder
impl Sync for RedisBackendBuilder
impl Unpin for RedisBackendBuilder
impl UnwindSafe for RedisBackendBuilder
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