Searched defs:LazyCell (Results 1 – 1 of 1) sorted by relevance
62 pub struct LazyCell<T> { struct66 impl<T> LazyCell<T> { implementation208 impl<T: Copy> LazyCell<T> { implementation218 impl <T: Clone> Clone for LazyCell<T> { implementation