pub type BoxedCloneDeleteStatement<'a, DB, T, Ret = NoReturningClause> = DeleteStatement<T, BoxedCloneWhereClause<'a, DB>, Ret>;Expand description
A DELETE statement with a boxed cloneable WHERE clause
Aliased Typeยง
pub struct BoxedCloneDeleteStatement<'a, DB, T, Ret = NoReturningClause> { /* private fields */ }