Struct sqlx::postgres::PgValueRef
source · pub struct PgValueRef<'r> { /* private fields */ }
Available on crate feature
postgres
only.Expand description
Implementation of ValueRef
for PostgreSQL.
Implementations§
Trait Implementations§
source§impl<'r> Clone for PgValueRef<'r>
impl<'r> Clone for PgValueRef<'r>
source§fn clone(&self) -> PgValueRef<'r>
fn clone(&self) -> PgValueRef<'r>
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<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: PgValueRef<'r>) -> AnyValueRef<'r>
fn from(value: PgValueRef<'r>) -> AnyValueRef<'r>
Converts to this type from the input type.