pub struct FixedJitter(pub f64);Expand description
A fixed fraction, for tests and for the acceptance suite.
Tuple Fields§
§0: f64Trait Implementations§
Source§impl Clone for FixedJitter
impl Clone for FixedJitter
Source§fn clone(&self) -> FixedJitter
fn clone(&self) -> FixedJitter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FixedJitter
Source§impl Debug for FixedJitter
impl Debug for FixedJitter
Auto Trait Implementations§
impl Freeze for FixedJitter
impl RefUnwindSafe for FixedJitter
impl Send for FixedJitter
impl Sync for FixedJitter
impl Unpin for FixedJitter
impl UnsafeUnpin for FixedJitter
impl UnwindSafe for FixedJitter
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