Name
sea_
schema
0.17.0-rc.17
Name
Required Methods
from_str
Implementors
In sea_
schema::
name
sea_schema
::
name
Trait
Name
Copy item path
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