pub struct ExtractionContract {
pub schema_key: Key,
pub prompt: &'static str,
pub response_mime: &'static str,
}Fields§
§schema_key: Key§prompt: &'static str§response_mime: &'static strAuto Trait Implementations§
impl Freeze for ExtractionContract
impl RefUnwindSafe for ExtractionContract
impl Send for ExtractionContract
impl Sync for ExtractionContract
impl Unpin for ExtractionContract
impl UnsafeUnpin for ExtractionContract
impl UnwindSafe for ExtractionContract
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