Enum generational_lru::arena::Entry
source · [−]Expand description
Entry represents an arena allocation entry. It is used to track free and Occupied blocks along with generation counters for Occupied blocks.
Variants
Free
Occupied
Trait Implementations
impl<T> StructuralPartialEq for Entry<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Entry<T> where
T: RefUnwindSafe,
impl<T> Send for Entry<T> where
T: Send,
impl<T> Sync for Entry<T> where
T: Sync,
impl<T> Unpin for Entry<T> where
T: Unpin,
impl<T> UnwindSafe for Entry<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more