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

Class BranchData

databases/mysql/src/models.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug, Deserialize)]
10pub struct BranchData {
11 pub branch_name: String,
12 pub location: String,
13}
14
15#[derive(Debug, Deserialize)]
16pub struct TellerData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected