Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
64
struct User {
65
fullname: String,
66
}
67
68
impl User {
69
pub fn new(fullname: &str) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected