Searched defs:LazyCell (Results 1 – 2 of 2) sorted by relevance
68 pub struct LazyCell<T> { struct72 impl<T> LazyCell<T> { argument215 impl<T: Copy> LazyCell<T> { implementation225 impl<T> Default for LazyCell<T> { implementation231 impl <T: Clone> Clone for LazyCell<T> { implementation
17 impl<T: Serialize> Serialize for LazyCell<T> { implementation55 impl<'de, T: Deserialize<'de>> Deserialize<'de> for LazyCell<T> { implementation