1 2 3 4 5 6
/// Credentials for authentications #[derive(Debug, Clone)] pub struct Credentials { pub username: String, pub password: String, }