pub struct TimerCancelled;Expand description
Generation cleanup cancelled an already-constructed timer operation.
Trait Implementations§
Source§impl Clone for TimerCancelled
impl Clone for TimerCancelled
Source§fn clone(&self) -> TimerCancelled
fn clone(&self) -> TimerCancelled
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TimerCancelled
Source§impl Debug for TimerCancelled
impl Debug for TimerCancelled
Source§impl Display for TimerCancelled
impl Display for TimerCancelled
impl Eq for TimerCancelled
Source§impl Error for TimerCancelled
impl Error for TimerCancelled
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 TimerCancelled
impl PartialEq for TimerCancelled
impl StructuralPartialEq for TimerCancelled
Auto Trait Implementations§
impl Freeze for TimerCancelled
impl RefUnwindSafe for TimerCancelled
impl Send for TimerCancelled
impl Sync for TimerCancelled
impl Unpin for TimerCancelled
impl UnsafeUnpin for TimerCancelled
impl UnwindSafe for TimerCancelled
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