Struct rbdc_mysql::value::MySqlValue
source · pub struct MySqlValue { /* private fields */ }
Expand description
Implementation of [Value
] for MySQL.
Implementations§
source§impl MySqlValue
impl MySqlValue
source§impl MySqlValue
impl MySqlValue
Trait Implementations§
source§impl Clone for MySqlValue
impl Clone for MySqlValue
source§fn clone(&self) -> MySqlValue
fn clone(&self) -> MySqlValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more