pub struct DeleteLimit {
pub max_rows: u32,
}Expand description
DeleteLimit Declarative deletion bound for a query window. Expressed as a max row count; no offsets.
Fields§
§max_rows: u32Implementations§
Trait Implementations§
Source§impl Clone for DeleteLimit
impl Clone for DeleteLimit
Source§fn clone(&self) -> DeleteLimit
fn clone(&self) -> DeleteLimit
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 DeleteLimit
impl Debug for DeleteLimit
Source§impl PartialEq for DeleteLimit
impl PartialEq for DeleteLimit
impl Copy for DeleteLimit
impl Eq for DeleteLimit
impl StructuralPartialEq for DeleteLimit
Auto Trait Implementations§
impl Freeze for DeleteLimit
impl RefUnwindSafe for DeleteLimit
impl Send for DeleteLimit
impl Sync for DeleteLimit
impl Unpin for DeleteLimit
impl UnwindSafe for DeleteLimit
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