Searched defs:once_cell (Results 1 – 5 of 5) sorted by relevance
24 let once_cell = OnceCell::new(); in drop_cell() localVariable46 let once_cell = OnceCell::new_with(Some(fooer)); in drop_cell_new_with() localVariable66 let once_cell = OnceCell::new(); in drop_into_inner() localVariable90 let once_cell = OnceCell::new_with(Some(fooer)); in drop_into_inner_new_with() localVariable
15 pub(crate) mod once_cell; module
9 once_cell: OnceCell<T>, field
14 let once_cell = { in main() localVariable
10 fn once_cell() { in once_cell() function269 fn once_cell() { in once_cell() function