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

Class User

example/Version-3.5.0 ( Fulltext Search )/example.rs:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52#[derive(Serialize, Deserialize, Clone, Debug)]
53struct User {
54 fullname: String,
55 desc: String
56}
57
58impl User {
59 pub fn new(fullname: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected