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