Home
last modified time | relevance | path

Searched defs:LazyCell (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/lazycell/src/
Dlib.rs62 pub struct LazyCell<T> { struct
66 impl<T> LazyCell<T> { implementation
208 impl<T: Copy> LazyCell<T> { implementation
218 impl <T: Clone> Clone for LazyCell<T> { implementation