pub struct ExplainOptions {
pub analyze: bool,
pub verbose: bool,
pub format: ExplainFormat,
}Expand description
Options for the EXPLAIN modifier.
Fields§
§analyze: bool§verbose: bool§format: ExplainFormatTrait Implementations§
Source§impl Clone for ExplainOptions
impl Clone for ExplainOptions
Source§fn clone(&self) -> ExplainOptions
fn clone(&self) -> ExplainOptions
Returns a duplicate 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 moreSource§impl Debug for ExplainOptions
impl Debug for ExplainOptions
Source§impl Default for ExplainOptions
impl Default for ExplainOptions
Source§fn default() -> ExplainOptions
fn default() -> ExplainOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExplainOptions
impl RefUnwindSafe for ExplainOptions
impl Send for ExplainOptions
impl Sync for ExplainOptions
impl Unpin for ExplainOptions
impl UnwindSafe for ExplainOptions
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