Struct db_sqlx_postgres::prelude::Password  [−][src]
pub struct Password {
    pub password: String,
}Expand description
data structure containing only a password field
Fields
password: Stringpassword
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Password
impl UnwindSafe for Password
Blanket Implementations
Mutably borrows from an owned value. Read more