Struct sea_query_postgres::PostgresValues
source · pub struct PostgresValues(pub Vec<PostgresValue>);
Tuple Fields§
§0: Vec<PostgresValue>
Implementations§
Trait Implementations§
source§impl Clone for PostgresValues
impl Clone for PostgresValues
source§fn clone(&self) -> PostgresValues
fn clone(&self) -> PostgresValues
Returns a copy 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 more