pub struct Set<'bump> {
pub col_names: DistinctNames<'bump>,
pub expr: Expr<'bump>,
}Expand description
UPDATE ... SET
Fields§
§col_names: DistinctNames<'bump>column name(s)
expr: Expr<'bump>expression
Trait Implementations§
impl<'bump> Eq for Set<'bump>
Source§impl<'bump> PartialEq for Set<'bump>
impl<'bump> PartialEq for Set<'bump>
impl<'bump> StructuralPartialEq for Set<'bump>
Auto Trait Implementations§
impl<'bump> !RefUnwindSafe for Set<'bump>
impl<'bump> !Send for Set<'bump>
impl<'bump> !Sync for Set<'bump>
impl<'bump> !UnwindSafe for Set<'bump>
impl<'bump> Freeze for Set<'bump>
impl<'bump> Unpin for Set<'bump>
impl<'bump> UnsafeUnpin for Set<'bump>
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.