Struct sqlx_core::any::AnyArguments
source · [−]pub struct AnyArguments<'q> { /* private fields */ }
Trait Implementations
sourceimpl<'q> Arguments<'q> for AnyArguments<'q>
impl<'q> Arguments<'q> for AnyArguments<'q>
sourceimpl<'q> Default for AnyArguments<'q>
impl<'q> Default for AnyArguments<'q>
sourcefn default() -> AnyArguments<'q>
fn default() -> AnyArguments<'q>
Returns the “default value” for a type. Read more
sourceimpl<'q> From<AnyArguments<'q>> for SqliteArguments<'q>
impl<'q> From<AnyArguments<'q>> for SqliteArguments<'q>
sourcefn from(args: AnyArguments<'q>) -> Self
fn from(args: AnyArguments<'q>) -> Self
Performs the conversion.
sourceimpl<'q> From<AnyArguments<'q>> for MySqlArguments
impl<'q> From<AnyArguments<'q>> for MySqlArguments
sourcefn from(args: AnyArguments<'q>) -> Self
fn from(args: AnyArguments<'q>) -> Self
Performs the conversion.
sourceimpl<'q> From<AnyArguments<'q>> for MssqlArguments
impl<'q> From<AnyArguments<'q>> for MssqlArguments
sourcefn from(args: AnyArguments<'q>) -> Self
fn from(args: AnyArguments<'q>) -> Self
Performs the conversion.
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, <AnyArguments<'q> as Arguments<'q>>::Database> for AnyArguments<'q>
impl<'q> IntoArguments<'q, <AnyArguments<'q> as Arguments<'q>>::Database> for AnyArguments<'q>
fn into_arguments(self) -> AnyArguments<'q>
Auto Trait Implementations
impl<'q> !RefUnwindSafe for AnyArguments<'q>
impl<'q> Send for AnyArguments<'q>
impl<'q> !Sync for AnyArguments<'q>
impl<'q> Unpin for AnyArguments<'q>
impl<'q> !UnwindSafe for AnyArguments<'q>
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