Struct cdbc_sqlite::SqliteArguments
source · [−]pub struct SqliteArguments<'q> {
pub values: Vec<SqliteArgumentValue<'q>>,
}
Fields
values: Vec<SqliteArgumentValue<'q>>
Implementations
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
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