Searched defs:LazyBox (Results 1 – 1 of 1) sorted by relevance
13 pub(crate) struct LazyBox<T: LazyInit> { struct22 /// It might be called more than once per LazyBox, as multiple threads argument41 impl<T: LazyInit> LazyBox<T> { implementation68 impl<T: LazyInit> Deref for LazyBox<T> { implementation76 impl<T: LazyInit> DerefMut for LazyBox<T> { implementation83 impl<T: LazyInit> Drop for LazyBox<T> { implementation