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

Class User

example/new_features_vsn2.rs:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95#[derive(Serialize, Deserialize, Clone, Debug)]
96struct User {
97 fullname: String,
98}
99
100impl User {
101 pub fn new(fullname: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected