Struct rocket_auth_token::AuthCredentials [−][src]
Expand description
AuthCredentials to be encoded into AuthToken and vice-versa
Fields
email: String
password: String
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AuthCredentials
impl Send for AuthCredentials
impl Sync for AuthCredentials
impl Unpin for AuthCredentials
impl UnwindSafe for AuthCredentials
Blanket Implementations
Mutably borrows from an owned value. Read more