Struct sqlx_core::postgres::PgArguments
source · [−]pub struct PgArguments { /* private fields */ }
Expand description
Implementation of Arguments
for PostgreSQL.
Trait Implementations
sourceimpl<'q> Arguments<'q> for PgArguments
impl<'q> Arguments<'q> for PgArguments
sourceimpl Default for PgArguments
impl Default for PgArguments
sourcefn default() -> PgArguments
fn default() -> PgArguments
Returns the “default value” for a type. Read more
sourceimpl<'q> From<AnyArguments<'q>> for PgArguments
impl<'q> From<AnyArguments<'q>> for PgArguments
sourcefn from(args: AnyArguments<'q>) -> Self
fn from(args: AnyArguments<'q>) -> Self
Performs the conversion.
sourceimpl<'q> IntoArguments<'q, <PgArguments as Arguments<'q>>::Database> for PgArguments
impl<'q> IntoArguments<'q, <PgArguments as Arguments<'q>>::Database> for PgArguments
fn into_arguments(self) -> PgArguments
Auto Trait Implementations
impl !RefUnwindSafe for PgArguments
impl Send for PgArguments
impl Sync for PgArguments
impl Unpin for PgArguments
impl !UnwindSafe for PgArguments
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more