Struct sea_orm::query::DebugQuery [−][src]
pub struct DebugQuery<'a, Q, T> {
pub query: &'a Q,
pub value: T,
}Expand description
This structure provides debug capabilities
Fields
query: &'a QThe query to debug
value: TThe value of the query