Searched defs:AtomicLazyCell (Results 1 – 2 of 2) sorted by relevance
249 pub struct AtomicLazyCell<T> { struct254 impl<T> AtomicLazyCell<T> { argument328 impl<T: Copy> AtomicLazyCell<T> { impl341 impl<T> Default for AtomicLazyCell<T> { implementation347 impl<T: Clone> Clone for AtomicLazyCell<T> { implementation364 unsafe impl<T: Sync + Send> Sync for AtomicLazyCell<T> {} implementation366 unsafe impl<T: Send> Send for AtomicLazyCell<T> {} implementation
27 impl<T: Serialize> Serialize for AtomicLazyCell<T> { implementation82 impl<'de, T: Deserialize<'de>> Deserialize<'de> for AtomicLazyCell<T> { implementation