pub enum RecipeStepKindData {
Set,
Step,
Print,
Speed,
Reset,
Sleep,
Assert,
ForIteration,
}Variants§
Trait Implementations§
Source§impl Clone for RecipeStepKindData
impl Clone for RecipeStepKindData
Source§fn clone(&self) -> RecipeStepKindData
fn clone(&self) -> RecipeStepKindData
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 RecipeStepKindData
impl Debug for RecipeStepKindData
Source§impl<'de> Deserialize<'de> for RecipeStepKindData
impl<'de> Deserialize<'de> for RecipeStepKindData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RecipeStepKindData
impl PartialEq for RecipeStepKindData
Source§impl Serialize for RecipeStepKindData
impl Serialize for RecipeStepKindData
impl Copy for RecipeStepKindData
impl Eq for RecipeStepKindData
impl StructuralPartialEq for RecipeStepKindData
Auto Trait Implementations§
impl Freeze for RecipeStepKindData
impl RefUnwindSafe for RecipeStepKindData
impl Send for RecipeStepKindData
impl Sync for RecipeStepKindData
impl Unpin for RecipeStepKindData
impl UnsafeUnpin for RecipeStepKindData
impl UnwindSafe for RecipeStepKindData
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