Enum sqlx::mysql::MySqlValueFormat
source · pub enum MySqlValueFormat {
Text,
Binary,
}
Available on crate feature
mysql
only.Variants§
Trait Implementations§
source§impl Clone for MySqlValueFormat
impl Clone for MySqlValueFormat
source§fn clone(&self) -> MySqlValueFormat
fn clone(&self) -> MySqlValueFormat
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