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