Struct sqlx_core::mysql::MySqlArguments
source · [−]pub struct MySqlArguments { /* private fields */ }
Expand description
Implementation of Arguments
for MySQL.
Trait Implementations
sourceimpl<'q> Arguments<'q> for MySqlArguments
impl<'q> Arguments<'q> for MySqlArguments
sourceimpl Debug for MySqlArguments
impl Debug for MySqlArguments
sourceimpl Default for MySqlArguments
impl Default for MySqlArguments
sourcefn default() -> MySqlArguments
fn default() -> MySqlArguments
Returns the “default value” for a type. Read more
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> IntoArguments<'q, <MySqlArguments as Arguments<'q>>::Database> for MySqlArguments
impl<'q> IntoArguments<'q, <MySqlArguments as Arguments<'q>>::Database> for MySqlArguments
fn into_arguments(self) -> MySqlArguments
Auto Trait Implementations
impl RefUnwindSafe for MySqlArguments
impl Send for MySqlArguments
impl Sync for MySqlArguments
impl Unpin for MySqlArguments
impl UnwindSafe for MySqlArguments
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