MCPcopy 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_migratorFunction · 0.45
test_update_migratorFunction · 0.45
run_generate_commandFunction · 0.45
sqlx_connectFunction · 0.45
impl_relation_traitMethod · 0.45
parseMethod · 0.45
try_fromMethod · 0.45
impl_iden_for_enumFunction · 0.45
expand_derive_idenFunction · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_update_migratorFunction · 0.36
execute_unpreparedFunction · 0.36
run_migrationFunction · 0.36