pub enum Limited {
OrderBy,
Limit,
}Expand description
Which of the two words a limited DELETE or UPDATE was written with.
The reference names the first one it cannot parse, so a statement carrying
both reports ORDER and one carrying only a LIMIT reports LIMIT.
Variants§
Implementations§
Trait Implementations§
impl Copy for Limited
impl Eq for Limited
impl StructuralPartialEq for Limited
Auto Trait Implementations§
impl Freeze for Limited
impl RefUnwindSafe for Limited
impl Send for Limited
impl Sync for Limited
impl Unpin for Limited
impl UnsafeUnpin for Limited
impl UnwindSafe for Limited
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