pub struct RowValues {
pub cells: Vec<Assignment>,
}Expand description
One row’s cells for an INSERT.
Fields§
§cells: Vec<Assignment>Trait Implementations§
impl StructuralPartialEq for RowValues
Auto Trait Implementations§
impl Freeze for RowValues
impl RefUnwindSafe for RowValues
impl Send for RowValues
impl Sync for RowValues
impl Unpin for RowValues
impl UnsafeUnpin for RowValues
impl UnwindSafe for RowValues
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