pub struct HealedSchemaResponse {
pub response: CompletionResponse,
pub parsed: ParserResult,
pub coerced: CoercionResult<Value>,
}Expand description
Schema-aligned healing response wrapper.
Fields§
§response: CompletionResponseOriginal completion response.
parsed: ParserResultParsed JSON value and healing metadata.
coerced: CoercionResult<Value>Schema-coerced value and healing metadata.
Auto Trait Implementations§
impl Freeze for HealedSchemaResponse
impl RefUnwindSafe for HealedSchemaResponse
impl Send for HealedSchemaResponse
impl Sync for HealedSchemaResponse
impl Unpin for HealedSchemaResponse
impl UnsafeUnpin for HealedSchemaResponse
impl UnwindSafe for HealedSchemaResponse
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