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