pub struct SelectWhereSet;Expand description
Marker for the state after WHERE clause.
Trait Implementations§
Source§impl Clone for SelectWhereSet
impl Clone for SelectWhereSet
impl Copy for SelectWhereSet
Source§impl Debug for SelectWhereSet
impl Debug for SelectWhereSet
Source§impl Default for SelectWhereSet
impl Default for SelectWhereSet
impl ExecutableState for SelectWhereSet
impl GroupByAllowed for SelectWhereSet
impl LimitAllowed for SelectWhereSet
impl OrderByAllowed for SelectWhereSet
Auto Trait Implementations§
impl Freeze for SelectWhereSet
impl RefUnwindSafe for SelectWhereSet
impl Send for SelectWhereSet
impl Sync for SelectWhereSet
impl Unpin for SelectWhereSet
impl UnsafeUnpin for SelectWhereSet
impl UnwindSafe for SelectWhereSet
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