Struct pyo3::freelist::FreeList [−][src]
pub struct FreeList<T> { /* fields omitted */ }Implementations
impl<T> FreeList<T>[src]
impl<T> FreeList<T>[src]Auto Trait Implementations
impl<T> RefUnwindSafe for FreeList<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for FreeList<T> where
T: Send,
T: Send,
impl<T> Sync for FreeList<T> where
T: Sync,
T: Sync,
impl<T> Unpin for FreeList<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for FreeList<T> where
T: UnwindSafe,
T: UnwindSafe,