Enum mysql::value::Params
[−]
[src]
pub enum Params {
Empty,
Named(HashMap<String, Value, BldHshrDflt<FnvHasher>>),
Positional(Vec<Value>),
}Variants
EmptyNamed(HashMap<String, Value, BldHshrDflt<FnvHasher>>)Positional(Vec<Value>)Methods
impl Params[src]
fn into_positional(self, named_params: &Vec<String>) -> MyResult<Params>
Trait Implementations
impl PartialEq for Params[src]
fn eq(&self, __arg_0: &Params) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Params) -> bool
This method tests for !=.
impl Clone for Params[src]
fn clone(&self) -> Params
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more