pub struct PollerConfig {
pub backoff_ms_min: u64,
pub backoff_ms_max: u64,
}Expand description
Poller backoff configuration.
Fields§
§backoff_ms_min: u64§backoff_ms_max: u64Trait Implementations§
Source§impl Clone for PollerConfig
impl Clone for PollerConfig
Source§fn clone(&self) -> PollerConfig
fn clone(&self) -> PollerConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PollerConfig
impl Debug for PollerConfig
impl Copy for PollerConfig
Auto Trait Implementations§
impl Freeze for PollerConfig
impl RefUnwindSafe for PollerConfig
impl Send for PollerConfig
impl Sync for PollerConfig
impl Unpin for PollerConfig
impl UnwindSafe for PollerConfig
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