Searched defs:lazycell (Results 1 – 2 of 2) sorted by relevance
374 let lazycell: LazyCell<usize> = LazyCell::new(); in test_borrow_from_empty() localVariable385 let lazycell = LazyCell::new(); in test_fill_and_borrow() localVariable400 let mut lazycell = LazyCell::new(); in test_borrow_mut() localVariable416 let lazycell = LazyCell::new(); in test_already_filled_error() localVariable424 let lazycell = LazyCell::new(); in test_borrow_with() localVariable432 let lazycell = LazyCell::new(); in test_borrow_with_already_filled() localVariable441 let lazycell = LazyCell::new(); in test_borrow_with_not_called_when_filled() localVariable454 let lazycell: LazyCell<Box<i32>> = LazyCell::new(); in test_borrow_with_sound_with_reentrancy() localVariable467 let mut lazycell = LazyCell::new(); in test_borrow_mut_with() localVariable479 let mut lazycell = LazyCell::new(); in test_borrow_mut_with_already_filled() localVariable[all …]
1 # lazycell chapter