pub struct QueryOptions {
pub format: OutputFormat,
pub max_rows: Option<usize>,
pub show_timing: bool,
}Expand description
Defines options for controlling how a query is executed and displayed.
Fields§
§format: OutputFormat§max_rows: Option<usize>§show_timing: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for QueryOptions
impl RefUnwindSafe for QueryOptions
impl Send for QueryOptions
impl Sync for QueryOptions
impl Unpin for QueryOptions
impl UnwindSafe for QueryOptions
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