pub enum ClockCommand {
Pause,
Resume,
Toggle,
UpdateSlotInterval(u64),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockCommand
impl RefUnwindSafe for ClockCommand
impl Send for ClockCommand
impl Sync for ClockCommand
impl Unpin for ClockCommand
impl UnwindSafe for ClockCommand
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