pub enum ExplainFormat {
Text(Span),
Xml(Span),
Json(Span),
Yaml(Span),
}Expand description
PostgreSQL EXPLAIN output format
Variants§
Trait Implementations§
Source§impl Clone for ExplainFormat
impl Clone for ExplainFormat
Source§fn clone(&self) -> ExplainFormat
fn clone(&self) -> ExplainFormat
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 ExplainFormat
impl Debug for ExplainFormat
Auto Trait Implementations§
impl Freeze for ExplainFormat
impl RefUnwindSafe for ExplainFormat
impl Send for ExplainFormat
impl Sync for ExplainFormat
impl Unpin for ExplainFormat
impl UnsafeUnpin for ExplainFormat
impl UnwindSafe for ExplainFormat
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