Struct db_sqlx_postgres::prelude::UpdateEmailPayload  [−][src]
Expand description
payload to update email in the database
Fields
username: &'a strname of the user who’s email is to be updated
email: &'a strnew email
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateEmailPayload<'a>
impl<'a> Send for UpdateEmailPayload<'a>
impl<'a> Sync for UpdateEmailPayload<'a>
impl<'a> Unpin for UpdateEmailPayload<'a>
impl<'a> UnwindSafe for UpdateEmailPayload<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more