pub(crate) struct SqliteExplainOptions {
pub(crate) query_plan: bool,
}Fields§
§query_plan: boolImplementations§
Trait Implementations§
Source§impl Clone for SqliteExplainOptions
impl Clone for SqliteExplainOptions
Source§fn clone(&self) -> SqliteExplainOptions
fn clone(&self) -> SqliteExplainOptions
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 SqliteExplainOptions
impl Debug for SqliteExplainOptions
Source§impl Default for SqliteExplainOptions
impl Default for SqliteExplainOptions
Source§fn default() -> SqliteExplainOptions
fn default() -> SqliteExplainOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for SqliteExplainOptions
impl PartialEq for SqliteExplainOptions
Source§fn eq(&self, other: &SqliteExplainOptions) -> bool
fn eq(&self, other: &SqliteExplainOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SqliteExplainOptions
Auto Trait Implementations§
impl Freeze for SqliteExplainOptions
impl RefUnwindSafe for SqliteExplainOptions
impl Send for SqliteExplainOptions
impl Sync for SqliteExplainOptions
impl Unpin for SqliteExplainOptions
impl UnsafeUnpin for SqliteExplainOptions
impl UnwindSafe for SqliteExplainOptions
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