#[repr(C)]pub struct ExponentialConfig {
pub base_delay: Duration,
pub factor: f64,
}Fields§
§base_delay: Duration§factor: f64Trait Implementations§
Source§impl Clone for ExponentialConfig
impl Clone for ExponentialConfig
Source§fn clone(&self) -> ExponentialConfig
fn clone(&self) -> ExponentialConfig
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 ExponentialConfig
impl Debug for ExponentialConfig
impl Copy for ExponentialConfig
Auto Trait Implementations§
impl Freeze for ExponentialConfig
impl RefUnwindSafe for ExponentialConfig
impl Send for ExponentialConfig
impl Sync for ExponentialConfig
impl Unpin for ExponentialConfig
impl UnsafeUnpin for ExponentialConfig
impl UnwindSafe for ExponentialConfig
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