#[repr(C)]pub enum LegacyDbType {
Show 32 variants
Unknown = 0,
DiabIsam = 1,
Hash = 2,
MIsam = 3,
PIsam = 4,
RmsIsam = 5,
Heam = 6,
Isam = 7,
MrgIsam = 8,
MyIsam = 9,
MrgMyIsam = 10,
BerkeleyDb = 11,
InnoDb = 12,
Gemini = 13,
NDbCluster = 14,
ExampleDb = 15,
ArchiveDb = 16,
CsvDb = 17,
FederatedDb = 18,
BlackholeDb = 19,
PartitionDb = 20,
Binlog = 21,
Solid = 22,
Pbxt = 23,
TableFunction = 24,
MemCache = 25,
Falcon = 26,
Maria = 27,
PerformanceSchema = 28,
TempTable = 29,
FirstDynamic = 42,
Default = 127,
}
Expand description
Legacy Database Type
Variants§
Unknown = 0
DiabIsam = 1
Hash = 2
MIsam = 3
PIsam = 4
RmsIsam = 5
Heam = 6
Isam = 7
MrgIsam = 8
MyIsam = 9
MrgMyIsam = 10
BerkeleyDb = 11
InnoDb = 12
Gemini = 13
NDbCluster = 14
ExampleDb = 15
ArchiveDb = 16
CsvDb = 17
FederatedDb = 18
BlackholeDb = 19
PartitionDb = 20
Binlog = 21
Solid = 22
Pbxt = 23
TableFunction = 24
MemCache = 25
Falcon = 26
Maria = 27
PerformanceSchema = 28
Performance schema engine.
TempTable = 29
FirstDynamic = 42
Default = 127
Trait Implementations§
Source§impl Clone for LegacyDbType
impl Clone for LegacyDbType
Source§fn clone(&self) -> LegacyDbType
fn clone(&self) -> LegacyDbType
Returns a duplicate 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 PartialEq for LegacyDbType
impl PartialEq for LegacyDbType
impl Copy for LegacyDbType
impl Eq for LegacyDbType
impl StructuralPartialEq for LegacyDbType
Auto Trait Implementations§
impl Freeze for LegacyDbType
impl RefUnwindSafe for LegacyDbType
impl Send for LegacyDbType
impl Sync for LegacyDbType
impl Unpin for LegacyDbType
impl UnwindSafe for LegacyDbType
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