Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ BranchResponseData
Class
BranchResponseData
databases/mysql/src/models.rs:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
#[derive(Debug, Serialize)]
45
pub struct BranchResponseData {
46
pub branch_data: Vec<BranchDetails>,
47
}
48
49
#[derive(Debug, Serialize)]
50
pub struct TellerDetails {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected