pub struct TimerBuilder<F, V, R>{ /* private fields */ }Expand description
A timer builder
Internally used to construct timers; cannot be constructed manually.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F, V, R> Freeze for TimerBuilder<F, V, R>
impl<F, V, R> RefUnwindSafe for TimerBuilder<F, V, R>where
F: RefUnwindSafe,
V: RefUnwindSafe,
impl<F, V, R> Send for TimerBuilder<F, V, R>
impl<F, V, R> Sync for TimerBuilder<F, V, R>
impl<F, V, R> Unpin for TimerBuilder<F, V, R>
impl<F, V, R> UnsafeUnpin for TimerBuilder<F, V, R>where
F: UnsafeUnpin,
V: UnsafeUnpin,
impl<F, V, R> UnwindSafe for TimerBuilder<F, V, R>where
F: UnwindSafe,
V: UnwindSafe,
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