Searched defs:old_background (Results 1 – 2 of 2) sorted by relevance
89 let old_background = Option::<Vec<i32>>::None; in ut_account_update_branch() localVariable92 let old_background = Option::<Vec<i32>>::Some(vec![101]); in ut_account_update_branch() localVariable94 let old_background = Option::<Vec<i32>>::Some(vec![100]); in ut_account_update_branch() localVariable
80 let old_background = BACKGROUND_ACCOUNTS.lock().unwrap().clone(); in update() localVariable