Searched defs:OnceLock (Results 1 – 3 of 3) sorted by relevance
9 pub(crate) struct OnceLock<T> { struct12 // Unlike std::sync::OnceLock, we don't need PhantomData here because argument16 unsafe impl<T: Sync + Send> Sync for OnceLock<T> {} implementation17 unsafe impl<T: Send> Send for OnceLock<T> {} implementation19 impl<T> OnceLock<T> { implementation81 impl<T> Drop for OnceLock<T> { implementation
75 impl GetDebugFlags for OnceLock<Debug> { implementation