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