Enum sqlx_core::mysql::MySqlValueFormat [−][src]
#[repr(u8)]
pub enum MySqlValueFormat {
Text,
Binary,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MySqlValueFormat
impl Send for MySqlValueFormat
impl Sync for MySqlValueFormat
impl Unpin for MySqlValueFormat
impl UnwindSafe for MySqlValueFormat
Blanket Implementations
Mutably borrows from an owned value. Read more