EinsatzOnline/src/database/model/users.rs

5 lines
84 B
Rust

pub struct User {
pub(crate) id: uuid::Uuid,
pub(crate) password: String,
}