MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / into_active_model

Method into_active_model

src/entity/active_model.rs:656–658  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

654 A: ActiveModelTrait,
655{
656 fn into_active_model(self) -> A {
657 self
658 }
659}
660
661/// Any type that can be converted into an [ActiveValue]

Callers 15

addMethod · 0.80
add_manyMethod · 0.80
insert_8Function · 0.80
insert_9Function · 0.80
oneMethod · 0.80
saveMethod · 0.80
from_jsonMethod · 0.80
test_reset_2Function · 0.80
deleteMethod · 0.80
update_collectionFunction · 0.80
insert_valueFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_reset_2Function · 0.64
update_collectionFunction · 0.64
insert_valueFunction · 0.64
postgres_insert_valueFunction · 0.64
create_and_delete_applogFunction · 0.64
insert_active_enumFunction · 0.64
insert_active_enum_childFunction · 0.64
insert_active_enum_vecFunction · 0.64
create_and_updateFunction · 0.64
insert_json_vecFunction · 0.64