Struct sea_query_postgres::PostgresValues
source · [−]pub struct PostgresValues(pub Vec<PostgresValue>);
Tuple Fields
0: Vec<PostgresValue>
Implementations
Trait Implementations
sourceimpl Clone for PostgresValues
impl Clone for PostgresValues
sourcefn clone(&self) -> PostgresValues
fn clone(&self) -> PostgresValues
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PostgresValues
impl Debug for PostgresValues
sourceimpl PartialEq<PostgresValues> for PostgresValues
impl PartialEq<PostgresValues> for PostgresValues
sourcefn eq(&self, other: &PostgresValues) -> bool
fn eq(&self, other: &PostgresValues) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more