Enum mysql_common::params::Params
source · pub enum Params {
Empty,
Named(HashMap<String, Value, BuildHasherDefault<XxHash>>),
Positional(SmallVec<[Value; 12]>),
}
Expand description
Representations of parameters of a prepared statement.
Variants
Empty
Named(HashMap<String, Value, BuildHasherDefault<XxHash>>)
Positional(SmallVec<[Value; 12]>)
Implementations
sourceimpl Params
impl Params
sourcepub fn into_positional(
self,
named_params: &Vec<String>
) -> Result<Params, MissingNamedParameterError>
pub fn into_positional(
self,
named_params: &Vec<String>
) -> Result<Params, MissingNamedParameterError>
Will convert named parameters into positional assuming order passed in named_params
attribute.
Trait Implementations
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>, J: Into<Value>, K: Into<Value>, L: Into<Value>> From<(A, B, C, D, E, F, G, H, I, J, K, L)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>, J: Into<Value>, K: Into<Value>, L: Into<Value>> From<(A, B, C, D, E, F, G, H, I, J, K, L)> for Params
sourcefn from(x: (A, B, C, D, E, F, G, H, I, J, K, L)) -> Params
fn from(x: (A, B, C, D, E, F, G, H, I, J, K, L)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>, J: Into<Value>, K: Into<Value>> From<(A, B, C, D, E, F, G, H, I, J, K)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>, J: Into<Value>, K: Into<Value>> From<(A, B, C, D, E, F, G, H, I, J, K)> for Params
sourcefn from(x: (A, B, C, D, E, F, G, H, I, J, K)) -> Params
fn from(x: (A, B, C, D, E, F, G, H, I, J, K)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>, J: Into<Value>> From<(A, B, C, D, E, F, G, H, I, J)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>, J: Into<Value>> From<(A, B, C, D, E, F, G, H, I, J)> for Params
sourcefn from(x: (A, B, C, D, E, F, G, H, I, J)) -> Params
fn from(x: (A, B, C, D, E, F, G, H, I, J)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>> From<(A, B, C, D, E, F, G, H, I)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>, I: Into<Value>> From<(A, B, C, D, E, F, G, H, I)> for Params
sourcefn from(x: (A, B, C, D, E, F, G, H, I)) -> Params
fn from(x: (A, B, C, D, E, F, G, H, I)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>> From<(A, B, C, D, E, F, G, H)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>, H: Into<Value>> From<(A, B, C, D, E, F, G, H)> for Params
sourcefn from(x: (A, B, C, D, E, F, G, H)) -> Params
fn from(x: (A, B, C, D, E, F, G, H)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>> From<(A, B, C, D, E, F, G)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>, G: Into<Value>> From<(A, B, C, D, E, F, G)> for Params
sourcefn from(x: (A, B, C, D, E, F, G)) -> Params
fn from(x: (A, B, C, D, E, F, G)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>> From<(A, B, C, D, E, F)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>, F: Into<Value>> From<(A, B, C, D, E, F)> for Params
sourcefn from(x: (A, B, C, D, E, F)) -> Params
fn from(x: (A, B, C, D, E, F)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>> From<(A, B, C, D, E)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>> From<(A, B, C, D, E)> for Params
sourcefn from(x: (A, B, C, D, E)) -> Params
fn from(x: (A, B, C, D, E)) -> Params
Converts to this type from the input type.
sourceimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>> From<(A, B, C, D)> for Params
impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>> From<(A, B, C, D)> for Params
sourcefn from(x: (A, B, C, D)) -> Params
fn from(x: (A, B, C, D)) -> Params
Converts to this type from the input type.
impl StructuralPartialEq for Params
Auto Trait Implementations
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more