MCPcopy Create free account
hub / github.com/actix/examples / CustomerData

Class CustomerData

databases/mysql/src/models.rs:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#[derive(Debug, Deserialize)]
22pub struct CustomerData {
23 pub customer_name: String,
24 pub branch_name: String,
25}
26
27#[derive(Debug, Serialize)]
28pub struct BankDetails {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected