Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
53
struct User {
54
fullname: String,
55
desc: String
56
}
57
58
impl User {
59
pub fn new(fullname: &str) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected