Enum mysql::value::Params [] [src]

pub enum Params {
    Empty,
    Named(HashMap<String, Value, BldHshrDflt<FnvHasher>>),
    Positional(Vec<Value>),
}

Variants

Methods

impl Params
[src]

Trait Implementations

impl PartialEq for Params
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Params
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Params
[src]

Formats the value using the given formatter.

impl<'a, T: Into<Params> + Clone> From<&'a T> for Params
[src]

Performs the conversion.

impl<T: Into<Value>> From<Vec<T>> for Params
[src]

Performs the conversion.

impl<N: Into<String>, V: Into<Value>> From<Vec<(N, V)>> for Params
[src]

Performs the conversion.

impl<'a> From<&'a [&'a ToValue]> for Params
[src]

Performs the conversion.

impl From<()> for Params
[src]

Performs the conversion.

impl<A: Into<Value>> From<(A,)> for Params
[src]

Performs the conversion.

impl<A: Into<Value>, B: Into<Value>> From<(A, B)> for Params
[src]

Performs the conversion.

impl<A: Into<Value>, B: Into<Value>, C: Into<Value>> From<(A, B, C)> for Params
[src]

Performs the conversion.

impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>> From<(A, B, C, D)> for Params
[src]

Performs the conversion.

impl<A: Into<Value>, B: Into<Value>, C: Into<Value>, D: Into<Value>, E: Into<Value>> From<(A, B, C, D, E)> for Params
[src]

Performs the conversion.

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
[src]

Performs the conversion.

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
[src]

Performs the conversion.

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
[src]

Performs the conversion.

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
[src]

Performs the conversion.

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
[src]

Performs the conversion.

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
[src]

Performs the conversion.

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
[src]

Performs the conversion.