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 for PostgresValues
impl PartialEq for PostgresValues
impl StructuralPartialEq for PostgresValues
Auto Trait Implementations§
impl Freeze for PostgresValues
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