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