pub struct TimerThreadNotStarted {}Expand description
Call start_timer_thread to prevent this error.
Trait Implementations§
Source§impl Debug for TimerThreadNotStarted
impl Debug for TimerThreadNotStarted
Source§impl Display for TimerThreadNotStarted
impl Display for TimerThreadNotStarted
Source§impl Error for TimerThreadNotStarted
impl Error for TimerThreadNotStarted
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for TimerThreadNotStarted
impl PartialEq for TimerThreadNotStarted
impl Eq for TimerThreadNotStarted
impl StructuralPartialEq for TimerThreadNotStarted
Auto Trait Implementations§
impl Freeze for TimerThreadNotStarted
impl RefUnwindSafe for TimerThreadNotStarted
impl Send for TimerThreadNotStarted
impl Sync for TimerThreadNotStarted
impl Unpin for TimerThreadNotStarted
impl UnwindSafe for TimerThreadNotStarted
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