検索
Results of 1 - 1 of about 1 for logon (0.003 sec.)
- key型の変種 - Rust By Example 日本語版 9414
- Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2.
...
a> = HashMap<Account<'a>, AccountInfo<'a>>; fn try_logon<'a>(accounts: &Accounts<'a>, username: &'a str, pa...
n!("Password: {}", password); println!("Attempting logon..."); let logon = Account { username, password, };...
match accounts.get(&logon) { Some(account_info) => { println!("Successful lo...
m", }; accounts.insert(account, account_info); try_logon(&accounts, "j.everyman", "psasword123"); try_logon...
- https://man.plustar.jp/rust/example/std/hash/alt_key_types.html - [similar]
PREV
1
NEXT