pub struct QueryExplanation { /* private fields */ }
Expand description
The explanation of a query.
Implementations§
Source§impl QueryExplanation
impl QueryExplanation
Sourcepub fn write_in_json(&self, writer: impl Write) -> Result<()>
pub fn write_in_json(&self, writer: impl Write) -> Result<()>
Writes the explanation as JSON.
Trait Implementations§
Source§impl Clone for QueryExplanation
impl Clone for QueryExplanation
Source§fn clone(&self) -> QueryExplanation
fn clone(&self) -> QueryExplanation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for QueryExplanation
impl !RefUnwindSafe for QueryExplanation
impl !Send for QueryExplanation
impl !Sync for QueryExplanation
impl Unpin for QueryExplanation
impl !UnwindSafe for QueryExplanation
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