pub struct Explain<'a> {
pub explain_span: Span,
pub options: Vec<ExplainOption>,
pub statement: Box<Statement<'a>>,
}Expand description
PostgreSQL EXPLAIN statement
Fields§
§explain_span: Span§options: Vec<ExplainOption>§statement: Box<Statement<'a>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Explain<'a>
impl<'a> RefUnwindSafe for Explain<'a>
impl<'a> Send for Explain<'a>
impl<'a> Sync for Explain<'a>
impl<'a> Unpin for Explain<'a>
impl<'a> UnsafeUnpin for Explain<'a>
impl<'a> UnwindSafe for Explain<'a>
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