Struct houseflow_types::User [−][src]
pub struct User {
pub id: UserID,
pub username: String,
pub email: String,
pub password_hash: String,
}Fields
id: UserIDUnique ID of the user
username: StringName of the user
email: StringEmail of the user
password_hash: StringHashed user password
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Userimpl UnwindSafe for UserBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V