Name

Trait Name 

pub trait Name {
    // Required method
    fn from_str(string: &str) -> Option<Self>
       where Self: Sized;
}

Required Methods§

fn from_str(string: &str) -> Option<Self>
where Self: Sized,

Implementors§

§

impl Name for sea_schema::mssql::def::ForeignKeyAction

§

impl Name for sea_schema::mssql::def::IndexType

§

impl Name for CharSet

§

impl Name for Collation

§

impl Name for sea_schema::mysql::def::ForeignKeyAction

§

impl Name for sea_schema::mysql::def::IndexType

§

impl Name for StorageEngine

§

impl Name for sea_schema::postgres::def::ForeignKeyAction