pub struct ResponseIrOutput {
pub response: LlmResponse,
pub diagnostics: Vec<TranslationDiagnostic>,
}Expand description
Decoded response IR plus diagnostics.
Fields§
§response: LlmResponse§diagnostics: Vec<TranslationDiagnostic>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseIrOutput
impl RefUnwindSafe for ResponseIrOutput
impl Send for ResponseIrOutput
impl Sync for ResponseIrOutput
impl Unpin for ResponseIrOutput
impl UnsafeUnpin for ResponseIrOutput
impl UnwindSafe for ResponseIrOutput
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