pub struct SetClause {
pub path: String,
pub value: SetValue,
}Expand description
A SET clause in an UPDATE statement.
Fields§
§path: String§value: SetValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for SetClause
impl RefUnwindSafe for SetClause
impl Send for SetClause
impl Sync for SetClause
impl Unpin for SetClause
impl UnsafeUnpin for SetClause
impl UnwindSafe for SetClause
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