Struct sqlx_core::sqlite::SqliteArguments [−][src]
pub struct SqliteArguments<'q> { /* fields omitted */ }
Trait Implementations
Reserves the capacity for at least additional
more values (of size
total bytes) to
be added to the arguments without a reallocation. Read more
Returns the “default value” for a type. Read more
Performs the conversion.
impl<'q> IntoArguments<'q, <SqliteArguments<'q> as Arguments<'q>>::Database> for SqliteArguments<'q>
impl<'q> IntoArguments<'q, <SqliteArguments<'q> as Arguments<'q>>::Database> for SqliteArguments<'q>
Auto Trait Implementations
impl<'q> RefUnwindSafe for SqliteArguments<'q>
impl<'q> Send for SqliteArguments<'q>
impl<'q> Sync for SqliteArguments<'q>
impl<'q> Unpin for SqliteArguments<'q>
impl<'q> UnwindSafe for SqliteArguments<'q>
Blanket Implementations
Mutably borrows from an owned value. Read more