summaryrefslogtreecommitdiffstats
path: root/github_v3/src/model.rs
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-03-10 00:37:22 +0000
committerKornel <kornel@geekhood.net>2020-03-10 00:43:54 +0000
commit54d2fbd88a38e4c95e6293e9e2067640afa4404a (patch)
tree4ed6532e3b30a4672988896af80a3359d29de89a /github_v3/src/model.rs
parent34bc2b12e637456c8c5140dfcb4a49d11ac544e5 (diff)
Author page
Diffstat (limited to 'github_v3/src/model.rs')
-rw-r--r--github_v3/src/model.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/github_v3/src/model.rs b/github_v3/src/model.rs
index 650eb69..5a81c5f 100644
--- a/github_v3/src/model.rs
+++ b/github_v3/src/model.rs
@@ -67,6 +67,7 @@ pub struct User {
pub blog: Option<String>, // "https://example.com
#[serde(rename = "type")]
pub user_type: UserType,
+ pub created_at: Option<String>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]