Enum sqlx_mysql::MySqlValueFormat
source · #[repr(u8)]pub enum MySqlValueFormat {
Text = 0,
Binary = 1,
}
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 moresource§impl Debug for MySqlValueFormat
impl Debug for MySqlValueFormat
impl Copy for MySqlValueFormat
Auto Trait Implementations§
impl Freeze for MySqlValueFormat
impl RefUnwindSafe for MySqlValueFormat
impl Send for MySqlValueFormat
impl Sync for MySqlValueFormat
impl Unpin for MySqlValueFormat
impl UnwindSafe for MySqlValueFormat
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more