Home
last modified time | relevance | path

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

/external/rust/crates/lazycell/src/
Dlib.rs68 pub struct LazyCell<T> { struct
72 impl<T> LazyCell<T> { argument
215 impl<T: Copy> LazyCell<T> { implementation
225 impl<T> Default for LazyCell<T> { implementation
231 impl <T: Clone> Clone for LazyCell<T> { implementation
Dserde_impl.rs17 impl<T: Serialize> Serialize for LazyCell<T> { implementation
55 impl<'de, T: Deserialize<'de>> Deserialize<'de> for LazyCell<T> { implementation