Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ as_str
Method
as_str
src/executor/query.rs:317–319 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
315
316
#[inline]
317
fn as_str(&self) -> Option<&str> {
318
Some(self)
319
}
320
#[inline]
321
fn as_usize(&self) -> Option<&usize> {
322
None
Callers
15
update_migrator
Function · 0.45
test_update_migrator
Function · 0.45
run_generate_command
Function · 0.45
sqlx_connect
Function · 0.45
impl_relation_trait
Method · 0.45
parse
Method · 0.45
try_from
Method · 0.45
impl_iden_for_enum
Function · 0.45
expand_derive_iden
Function · 0.45
expand_derive_entity_model
Function · 0.45
new
Method · 0.45
camel_case_with_escaped_non_uax31
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_update_migrator
Function · 0.36
execute_unprepared
Function · 0.36
run_migration
Function · 0.36