Enum dbml_rs::ast::project::DatabaseType
source · pub enum DatabaseType {
Undef,
PostgreSQL,
Oracle,
MySQL,
MongoDB,
MSSQL,
SQLite,
MariaDB,
}Variants§
Trait Implementations§
source§impl Clone for DatabaseType
impl Clone for DatabaseType
source§fn clone(&self) -> DatabaseType
fn clone(&self) -> DatabaseType
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 DatabaseType
impl Debug for DatabaseType
source§impl Default for DatabaseType
impl Default for DatabaseType
source§fn default() -> DatabaseType
fn default() -> DatabaseType
Returns the “default value” for a type. Read more
source§impl FromStr for DatabaseType
impl FromStr for DatabaseType
source§impl PartialEq<DatabaseType> for DatabaseType
impl PartialEq<DatabaseType> for DatabaseType
source§fn eq(&self, other: &DatabaseType) -> bool
fn eq(&self, other: &DatabaseType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.