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