Enum pyo3::freelist::Slot [−][src]
pub enum Slot<T> {
Empty,
Filled(T),
}Variants
Auto Trait Implementations
impl<T> RefUnwindSafe for Slot<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Slot<T> where
T: Send,
T: Send,
impl<T> Sync for Slot<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Slot<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Slot<T> where
T: UnwindSafe,
T: UnwindSafe,