pub enum PieceControlCommand {
Continue,
Finish,
Pause,
Cancel,
}Variants§
Trait Implementations§
source§impl Clone for PieceControlCommand
impl Clone for PieceControlCommand
source§fn clone(&self) -> PieceControlCommand
fn clone(&self) -> PieceControlCommand
Returns a copy 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 PieceControlCommand
impl Debug for PieceControlCommand
source§impl PartialEq<PieceControlCommand> for PieceControlCommand
impl PartialEq<PieceControlCommand> for PieceControlCommand
source§fn eq(&self, other: &PieceControlCommand) -> bool
fn eq(&self, other: &PieceControlCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.