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

Class User

example/migrate_to_another_database.rs:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63#[derive(Serialize, Deserialize, Clone, Debug)]
64struct User {
65 fullname: String,
66}
67
68impl User {
69 pub fn new(fullname: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected