Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ get_enum_name
Method
get_enum_name
src/entity/column.rs:338–340 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
336
}
337
338
fn get_enum_name(&self) -> Option<&DynIden> {
339
enum_name(self)
340
}
341
}
342
343
impl ColumnTypeTrait for ColumnDef {
Callers
1
cast_enum_as
Function · 0.45
Calls
1
enum_name
Function · 0.85
Tested by
no test coverage detected