pub struct ConnectionConfigArgs {
pub reconnect: bool,
pub reconnect_interval_ms: u32,
pub max_retries: i32,
pub heartbeat_interval_ms: u32,
}Fields§
§reconnect: bool§reconnect_interval_ms: u32§max_retries: i32§heartbeat_interval_ms: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionConfigArgs
impl RefUnwindSafe for ConnectionConfigArgs
impl Send for ConnectionConfigArgs
impl Sync for ConnectionConfigArgs
impl Unpin for ConnectionConfigArgs
impl UnsafeUnpin for ConnectionConfigArgs
impl UnwindSafe for ConnectionConfigArgs
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