Enum mysql::Params 
            
                [−]
            
        [src]
pub enum Params {
    Empty,
    Named(HashMap<String, Value, BldHshrDflt<FnvHasher>>),
    Positional(Vec<Value>),
}Variants
| Empty | |
| Named | |
| Positional | 
pub enum Params {
    Empty,
    Named(HashMap<String, Value, BldHshrDflt<FnvHasher>>),
    Positional(Vec<Value>),
}| Empty | |
| Named | |
| Positional | 
impl<'a, T: Into<Params> + Clone> From<&'a T> for Paramsimpl<T: Into<Value>> From<Vec<T>> for Paramsimpl<'a> From<&'a [&'a ToValue]> for Paramsimpl From<()> for Paramsimpl<A: Into<Value>> From<(A,)> for Paramsimpl<A: Into<Value>, B: Into<Value>> From<(A, B)> for Paramsimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>> From<(A, B, C)> for Paramsimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>> From<(A, B, C, D)> for Paramsfn from(x: (A, B, C, D)) -> Paramsimpl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>> From<(A, B, C, D, E)> for Paramsfn from(x: (A, B, C, D, E)) -> Paramsimpl<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 Paramsfn from(x: (A, B, C, D, E, F)) -> Paramsimpl<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 Paramsfn from(x: (A, B, C, D, E, F, G)) -> Paramsimpl<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 Paramsfn from(x: (A, B, C, D, E, F, G, H)) -> Paramsimpl<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 Paramsfn from(x: (A, B, C, D, E, F, G, H, I)) -> Paramsimpl<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 Paramsfn from(x: (A, B, C, D, E, F, G, H, I, J)) -> Paramsimpl<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 Paramsfn from(x: (A, B, C, D, E, F, G, H, I, J, K)) -> Paramsimpl<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 Paramsfn from(x: (A, B, C, D, E, F, G, H, I, J, K, L)) -> Paramsimpl Debug for Paramsimpl Clone for Paramsfn clone(&self) -> Paramsfn clone_from(&mut self, source: &Self)impl PartialEq for Params