Enum sqlx_core::mysql::MySqlValueFormat
source · #[repr(u8)]
pub enum MySqlValueFormat {
Text,
Binary,
}
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