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 moresource§impl Debug for PostgresValues
impl Debug for PostgresValues
source§impl PartialEq<PostgresValues> for PostgresValues
impl PartialEq<PostgresValues> for PostgresValues
source§fn eq(&self, other: &PostgresValues) -> bool
fn eq(&self, other: &PostgresValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PostgresValues
Auto Trait Implementations§
impl RefUnwindSafe for PostgresValues
impl Send for PostgresValues
impl Sync for PostgresValues
impl Unpin for PostgresValues
impl UnwindSafe for PostgresValues
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