pub enum TeacherCandidateKind {
Note,
WorkflowRecipe,
SkillPatch,
RegressionTest,
CachePolicyPatch,
BranchHeuristic,
AuthoringPromptPatch,
}Variants§
Note
WorkflowRecipe
SkillPatch
RegressionTest
CachePolicyPatch
BranchHeuristic
AuthoringPromptPatch
Trait Implementations§
Source§impl Clone for TeacherCandidateKind
impl Clone for TeacherCandidateKind
Source§fn clone(&self) -> TeacherCandidateKind
fn clone(&self) -> TeacherCandidateKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TeacherCandidateKind
Source§impl Debug for TeacherCandidateKind
impl Debug for TeacherCandidateKind
Source§impl<'de> Deserialize<'de> for TeacherCandidateKind
impl<'de> Deserialize<'de> for TeacherCandidateKind
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
impl Eq for TeacherCandidateKind
Source§impl PartialEq for TeacherCandidateKind
impl PartialEq for TeacherCandidateKind
Source§impl Serialize for TeacherCandidateKind
impl Serialize for TeacherCandidateKind
impl StructuralPartialEq for TeacherCandidateKind
Auto Trait Implementations§
impl Freeze for TeacherCandidateKind
impl RefUnwindSafe for TeacherCandidateKind
impl Send for TeacherCandidateKind
impl Sync for TeacherCandidateKind
impl Unpin for TeacherCandidateKind
impl UnsafeUnpin for TeacherCandidateKind
impl UnwindSafe for TeacherCandidateKind
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