pub struct WalReceiver;Expand description
Stub — replication not available in community edition.
Auto Trait Implementations§
impl Freeze for WalReceiver
impl RefUnwindSafe for WalReceiver
impl Send for WalReceiver
impl Sync for WalReceiver
impl Unpin for WalReceiver
impl UnsafeUnpin for WalReceiver
impl UnwindSafe for WalReceiver
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