pub struct StdTimerCreator {
pub check_limit_timeout: Duration,
}
Available on crate feature
std
only.Fields§
§check_limit_timeout: Duration
Implementations§
Trait Implementations§
Source§impl Default for StdTimerCreator
impl Default for StdTimerCreator
Source§impl TimerCreatorProvider for StdTimerCreator
impl TimerCreatorProvider for StdTimerCreator
type Countdown = StdCountdown
fn create_countdown(&self, timer_context: TimerContext) -> Self::Countdown
Auto Trait Implementations§
impl Freeze for StdTimerCreator
impl RefUnwindSafe for StdTimerCreator
impl Send for StdTimerCreator
impl Sync for StdTimerCreator
impl Unpin for StdTimerCreator
impl UnwindSafe for StdTimerCreator
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