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