pub struct EngineOutputV2Json {
pub version: String,
pub query_results: Vec<QueryResultV2Json>,
pub rewrite_plans: Vec<TextRewritePlanJsonV2Json>,
pub checker_report: CheckerReportJsonV1Json,
}Fields§
§version: String§query_results: Vec<QueryResultV2Json>§rewrite_plans: Vec<TextRewritePlanJsonV2Json>§checker_report: CheckerReportJsonV1JsonTrait Implementations§
Source§impl Clone for EngineOutputV2Json
impl Clone for EngineOutputV2Json
Source§fn clone(&self) -> EngineOutputV2Json
fn clone(&self) -> EngineOutputV2Json
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EngineOutputV2Json
impl Debug for EngineOutputV2Json
Source§impl<'de> Deserialize<'de> for EngineOutputV2Json
impl<'de> Deserialize<'de> for EngineOutputV2Json
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EngineOutputV2Json
impl PartialEq for EngineOutputV2Json
Source§impl Serialize for EngineOutputV2Json
impl Serialize for EngineOutputV2Json
impl StructuralPartialEq for EngineOutputV2Json
Auto Trait Implementations§
impl Freeze for EngineOutputV2Json
impl RefUnwindSafe for EngineOutputV2Json
impl Send for EngineOutputV2Json
impl Sync for EngineOutputV2Json
impl Unpin for EngineOutputV2Json
impl UnsafeUnpin for EngineOutputV2Json
impl UnwindSafe for EngineOutputV2Json
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