pub struct InsertTable {
pub table: TableId,
pub columns: Vec<ColumnId>,
}Fields§
§table: TableIdTable identifier to insert into
columns: Vec<ColumnId>Columns to insert into
Trait Implementations§
Source§impl Clone for InsertTable
impl Clone for InsertTable
Source§fn clone(&self) -> InsertTable
fn clone(&self) -> InsertTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InsertTable
impl Debug for InsertTable
Source§impl From<&InsertTable> for TableId
impl From<&InsertTable> for TableId
Source§fn from(value: &InsertTable) -> Self
fn from(value: &InsertTable) -> Self
Converts to this type from the input type.
Source§impl From<InsertTable> for InsertTarget
impl From<InsertTable> for InsertTarget
Source§fn from(value: InsertTable) -> Self
fn from(value: InsertTable) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InsertTable
impl PartialEq for InsertTable
impl StructuralPartialEq for InsertTable
Auto Trait Implementations§
impl Freeze for InsertTable
impl RefUnwindSafe for InsertTable
impl Send for InsertTable
impl Sync for InsertTable
impl Unpin for InsertTable
impl UnwindSafe for InsertTable
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