pub struct ExplainConfig {
pub show_types: bool,
pub show_costs: bool,
pub show_cardinality: bool,
pub compact: bool,
pub max_expr_length: usize,
}Fields§
§show_types: bool§show_costs: bool§show_cardinality: bool§compact: bool§max_expr_length: usizeTrait Implementations§
Source§impl Clone for ExplainConfig
impl Clone for ExplainConfig
Source§fn clone(&self) -> ExplainConfig
fn clone(&self) -> ExplainConfig
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 moreAuto Trait Implementations§
impl Freeze for ExplainConfig
impl RefUnwindSafe for ExplainConfig
impl Send for ExplainConfig
impl Sync for ExplainConfig
impl Unpin for ExplainConfig
impl UnwindSafe for ExplainConfig
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