pub struct TokioCore { /* private fields */ }Expand description
Default production Core: tokio timers + a fast non-crypto RNG for jitter.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TokioCore
impl RefUnwindSafe for TokioCore
impl Send for TokioCore
impl Sync for TokioCore
impl Unpin for TokioCore
impl UnsafeUnpin for TokioCore
impl UnwindSafe for TokioCore
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