Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicholas Bailey
rust-gitlab
Commits
e0d61fdd
Commit
e0d61fdd
authored
Oct 05, 2016
by
Ben Boeckel
⛰
Browse files
Member: expires_at may be null
parent
502a0268
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/types.rs.in
View file @
e0d61fdd
...
...
@@ -501,7 +501,7 @@ pub struct Member {
pub web_url: String,
/// The access level of the user.
pub access_level: u64,
pub expires_at: DateTime<UTC>,
pub expires_at:
Option<
DateTime<UTC>
>
,
}
impl From<Member> for UserBasic {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment