Struct message_io::events::TimerId
source · [−]pub struct TimerId(_);
Expand description
An ID that represents a timer scheduled. It can be used to cancel the event.
Trait Implementations
impl Copy for TimerId
impl Eq for TimerId
impl StructuralEq for TimerId
impl StructuralPartialEq for TimerId
Auto Trait Implementations
impl RefUnwindSafe for TimerId
impl Send for TimerId
impl Sync for TimerId
impl Unpin for TimerId
impl UnwindSafe for TimerId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more