pub struct RigorousJsonCommandBuilder;
Implementations§
Source§impl RigorousJsonCommandBuilder
impl RigorousJsonCommandBuilder
pub fn instructions<T: AiJsonTemplate>() -> String
pub fn instructions_with_justification<T: AiJsonTemplateWithJustification>() -> String
Auto Trait Implementations§
impl Freeze for RigorousJsonCommandBuilder
impl RefUnwindSafe for RigorousJsonCommandBuilder
impl Send for RigorousJsonCommandBuilder
impl Sync for RigorousJsonCommandBuilder
impl Unpin for RigorousJsonCommandBuilder
impl UnwindSafe for RigorousJsonCommandBuilder
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