pub enum ExplainDeleteLimit {
None,
Limit {
max_rows: u32,
},
}Expand description
ExplainDeleteLimit
Variants§
Trait Implementations§
Source§impl Clone for ExplainDeleteLimit
impl Clone for ExplainDeleteLimit
Source§fn clone(&self) -> ExplainDeleteLimit
fn clone(&self) -> ExplainDeleteLimit
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 ExplainDeleteLimit
impl Debug for ExplainDeleteLimit
Source§impl PartialEq for ExplainDeleteLimit
impl PartialEq for ExplainDeleteLimit
impl Eq for ExplainDeleteLimit
impl StructuralPartialEq for ExplainDeleteLimit
Auto Trait Implementations§
impl Freeze for ExplainDeleteLimit
impl RefUnwindSafe for ExplainDeleteLimit
impl Send for ExplainDeleteLimit
impl Sync for ExplainDeleteLimit
impl Unpin for ExplainDeleteLimit
impl UnwindSafe for ExplainDeleteLimit
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