Home
last modified time | relevance | path

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

/external/rust/crates/lazycell/src/
Dlib.rs249 pub struct AtomicLazyCell<T> { struct
254 impl<T> AtomicLazyCell<T> { argument
328 impl<T: Copy> AtomicLazyCell<T> { impl
341 impl<T> Default for AtomicLazyCell<T> { implementation
347 impl<T: Clone> Clone for AtomicLazyCell<T> { implementation
364 unsafe impl<T: Sync + Send> Sync for AtomicLazyCell<T> {} implementation
366 unsafe impl<T: Send> Send for AtomicLazyCell<T> {} implementation
Dserde_impl.rs27 impl<T: Serialize> Serialize for AtomicLazyCell<T> { implementation
82 impl<'de, T: Deserialize<'de>> Deserialize<'de> for AtomicLazyCell<T> { implementation