Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ BankData
Class
BankData
databases/mysql/src/models.rs:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
#[derive(Debug, Deserialize)]
4
pub struct BankData {
5
pub bank_name: String,
6
pub country: String,
7
}
8
9
#[derive(Debug, Deserialize)]
10
pub struct BranchData {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected