Struct ai2::prompts::preamble::EngineerPreamble
source · pub struct EngineerPreamble {}
Trait Implementations§
source§impl PromptTemplate for EngineerPreamble
impl PromptTemplate for EngineerPreamble
Auto Trait Implementations§
impl RefUnwindSafe for EngineerPreamble
impl Send for EngineerPreamble
impl Sync for EngineerPreamble
impl Unpin for EngineerPreamble
impl UnwindSafe for EngineerPreamble
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