hunt-reflection ~master (2019-11-13T07:39:18Z)
Dub
Repo
User
witchcraft
unittests
noMixin
Undocumented in source.
version(unittest)
@
Entity
class
User {
@
Column
string
username
;
@
Column
("pass_word")
string
password
;
string
email
;
ulong
createdAt
;
ulong
updatedAt
;
this
();
this
(string email);
void
updateEmail
(string email);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string email)
Undocumented in source.
Members
Functions
updateEmail
void
updateEmail
(string email)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
createdAt
ulong
createdAt
;
Undocumented in source.
email
string
email
;
Undocumented in source.
password
string
password
;
Undocumented in source.
updatedAt
ulong
updatedAt
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
witchcraft
unittests
noMixin
classes
User
functions
testSuite
structs
Column
Entity