pub struct RedisBus;Expand description
Redis bus backend (stub — full implementation in Phase 8 cluster). Currently returns an error to make the feature boundary clear.
Implementations§
Auto Trait Implementations§
impl Freeze for RedisBus
impl RefUnwindSafe for RedisBus
impl Send for RedisBus
impl Sync for RedisBus
impl Unpin for RedisBus
impl UnsafeUnpin for RedisBus
impl UnwindSafe for RedisBus
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