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

Class User2

example/before-vsn-6.1.0-migration.rs:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55#[derive(Serialize, Deserialize, Clone, Debug)]
56struct User2 {
57 fullname: String,
58 age: i32
59}
60
61impl User2 {
62 pub fn new(fullname: String, age: i32) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected