pub enum DelaySpec {
None,
ConstantMs(f64),
ExponentialMs {
mean_ms: f64,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DelaySpec
impl RefUnwindSafe for DelaySpec
impl Send for DelaySpec
impl Sync for DelaySpec
impl Unpin for DelaySpec
impl UnsafeUnpin for DelaySpec
impl UnwindSafe for DelaySpec
Blanket Implementations§
impl<T> BlockMetadata for T
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