pub struct ReconStrat<S> { /* private fields */ }
Expand description
Reconnection strategy
You should probably add a timeout before reconnecting
Implementations§
Auto Trait Implementations§
impl<S> Freeze for ReconStrat<S>
impl<S> !RefUnwindSafe for ReconStrat<S>
impl<S> Send for ReconStrat<S>
impl<S> !Sync for ReconStrat<S>
impl<S> Unpin for ReconStrat<S>
impl<S> !UnwindSafe for ReconStrat<S>
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