pub struct DecodedResponse {
pub response: AggLlmResponse,
pub diagnostics: Vec<TranslationDiagnostic>,
}Expand description
Result of decoding a response into neutral IR.
Fields§
§response: AggLlmResponse§diagnostics: Vec<TranslationDiagnostic>Auto Trait Implementations§
impl Freeze for DecodedResponse
impl RefUnwindSafe for DecodedResponse
impl Send for DecodedResponse
impl Sync for DecodedResponse
impl Unpin for DecodedResponse
impl UnsafeUnpin for DecodedResponse
impl UnwindSafe for DecodedResponse
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