MCPcopy Create free account
hub / github.com/Rustixir/darkbird / User

Class User

example/Version-4.0.0 ( Materialized View )/example.rs:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47#[derive(Serialize, Deserialize, Clone, Debug)]
48struct User {
49 name: String,
50 age: i32,
51 account_type: AccountType,
52 access_level: u8
53}
54
55
56impl document::Document for User {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected