Struct good_ormning::pg::InsertBuilder
source · pub struct InsertBuilder {
pub q: Insert,
}Expand description
See Insert for field descriptions. Call build() to get a finished query object.
Fields§
§q: Insertpub struct InsertBuilder {
pub q: Insert,
}See Insert for field descriptions. Call build() to get a finished query object.
q: Insert