pub struct InsertRow {
pub def: RegisterIndex,
pub row_index: usize,
}
Expand description
A row of values to insert.
Fieldsยง
ยงdef: RegisterIndex
The insert definition which this belongs to
row_index: usize
Which row of the insert definition this refers to
Trait Implementationsยง
impl StructuralPartialEq for InsertRow
Auto Trait Implementationsยง
impl Freeze for InsertRow
impl RefUnwindSafe for InsertRow
impl Send for InsertRow
impl Sync for InsertRow
impl Unpin for InsertRow
impl UnwindSafe for InsertRow
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