pub enum RigorousJsonCommandBuilderStage {
ExtractAndCleanData,
GenerateResponseViaTheSchema,
OptimizeContent,
ApplySpecificAdjustments,
OutputTheJsonStructure,
}
Variants§
ExtractAndCleanData
GenerateResponseViaTheSchema
OptimizeContent
ApplySpecificAdjustments
OutputTheJsonStructure
Implementations§
Auto Trait Implementations§
impl Freeze for RigorousJsonCommandBuilderStage
impl RefUnwindSafe for RigorousJsonCommandBuilderStage
impl Send for RigorousJsonCommandBuilderStage
impl Sync for RigorousJsonCommandBuilderStage
impl Unpin for RigorousJsonCommandBuilderStage
impl UnwindSafe for RigorousJsonCommandBuilderStage
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