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

Class BankResponseData

databases/mysql/src/models.rs:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#[derive(Debug, Serialize)]
34pub struct BankResponseData {
35 pub bank_data: Vec<BankDetails>,
36}
37
38#[derive(Debug, Serialize)]
39pub struct BranchDetails {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected