pub struct BoxedTimers;Expand description
Boxed timer configuration — heap-allocates each handler.
This is the default and most flexible option. Zero-overhead for
Option<Box<T>> due to niche optimization.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxedTimers
impl RefUnwindSafe for BoxedTimers
impl Send for BoxedTimers
impl Sync for BoxedTimers
impl Unpin for BoxedTimers
impl UnsafeUnpin for BoxedTimers
impl UnwindSafe for BoxedTimers
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