pub struct InvalidTimerIndex(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Debug for InvalidTimerIndex
impl Debug for InvalidTimerIndex
Source§impl Format for InvalidTimerIndex
impl Format for InvalidTimerIndex
Source§impl PartialEq for InvalidTimerIndex
impl PartialEq for InvalidTimerIndex
Source§fn eq(&self, other: &InvalidTimerIndex) -> bool
fn eq(&self, other: &InvalidTimerIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InvalidTimerIndex
impl StructuralPartialEq for InvalidTimerIndex
Auto Trait Implementations§
impl Freeze for InvalidTimerIndex
impl RefUnwindSafe for InvalidTimerIndex
impl Send for InvalidTimerIndex
impl Sync for InvalidTimerIndex
impl Unpin for InvalidTimerIndex
impl UnsafeUnpin for InvalidTimerIndex
impl UnwindSafe for InvalidTimerIndex
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