pub struct StructuredOutputMethod<T: DeserializeOwned + JsonSchema> { /* private fields */ }Expand description
Method for structured output calls
Implementations§
Source§impl<T: DeserializeOwned + JsonSchema> StructuredOutputMethod<T>
impl<T: DeserializeOwned + JsonSchema> StructuredOutputMethod<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for StructuredOutputMethod<T>
impl<T> !UnwindSafe for StructuredOutputMethod<T>
impl<T> Freeze for StructuredOutputMethod<T>where
PhantomData<T>: Freeze,
impl<T> Send for StructuredOutputMethod<T>where
PhantomData<T>: Send,
impl<T> Sync for StructuredOutputMethod<T>where
PhantomData<T>: Sync,
impl<T> Unpin for StructuredOutputMethod<T>where
PhantomData<T>: Unpin,
impl<T> UnsafeUnpin for StructuredOutputMethod<T>where
PhantomData<T>: UnsafeUnpin,
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