Skip to content

Instantly share code, notes, and snippets.

@goyox86
Created March 16, 2017 11:36
Show Gist options
  • Save goyox86/6f638e14ec542551b412f82dd0067b50 to your computer and use it in GitHub Desktop.
Save goyox86/6f638e14ec542551b412f82dd0067b50 to your computer and use it in GitHub Desktop.
#[derive(Insertable)]
#[table_name="users"]
pub struct NewUserReadyForInsertion {
pub name: String,
pub username: String,
pub email: String,
pub hashed_password: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment