pub enum TimerToolId {
SetTimer,
}Variants§
SetTimer
Implementations§
Trait Implementations§
Source§impl Clone for TimerToolId
impl Clone for TimerToolId
Source§fn clone(&self) -> TimerToolId
fn clone(&self) -> TimerToolId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimerToolId
impl Debug for TimerToolId
Source§impl PartialEq for TimerToolId
impl PartialEq for TimerToolId
impl Copy for TimerToolId
impl Eq for TimerToolId
impl StructuralPartialEq for TimerToolId
Auto Trait Implementations§
impl Freeze for TimerToolId
impl RefUnwindSafe for TimerToolId
impl Send for TimerToolId
impl Sync for TimerToolId
impl Unpin for TimerToolId
impl UnsafeUnpin for TimerToolId
impl UnwindSafe for TimerToolId
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