pub enum RowFormat {
Default,
Dynamic,
Fixed,
Compressed,
Redundant,
Compact,
}Expand description
MySQL ROW_FORMAT values
Variants§
Trait Implementations§
impl StructuralPartialEq for RowFormat
Auto Trait Implementations§
impl Freeze for RowFormat
impl RefUnwindSafe for RowFormat
impl Send for RowFormat
impl Sync for RowFormat
impl Unpin for RowFormat
impl UnwindSafe for RowFormat
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