Trait Param Copy item path Source pub trait Param {
const PREFIX : ParamPrefix ;
// Required method
fn bind (&self, statement: &mut Statement <'_>) -> Result <() >;
}
Expand description Describes types that can be bound as parameters to a compiled statement.
The kinds of types implementing this trait include:
Primitives (numeric types, strings, blobs, etc.)
Optionals of primitives
Tuples or structs of any of the above
Singleton/forwarding wrappers of any of the above, e.g. &T
and Box
When derived on a struct
, the rename_all
(type-level), rename
and
ignore
(field-level) attributes work identically to those of
Table
; see its documentation for more details.
The leading symbol in parameter names. (Must be consistent across parameters.)
Binds the primitive or the field(s) of a tuple to a raw rusqlite::Statement
.
This trait is not dyn compatible .
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Dynamic maps use $
by default because it’s the most flexible prefix.
Dynamic maps use $
by default because it’s the most flexible prefix.
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Tuples use positional parameters, hence the prefix is ‘?’
Primitives are bound as positional parameters, hence the prefix is ‘?’