Struct orx_selfref_col::MemoryReclaimNever
source · pub struct MemoryReclaimNever;
Expand description
A do-nothing MemoryReclaimPolicy
which would never reclaim the memory of the closed nodes, leaving them as holes in the underlying storage.
Auto Trait Implementations§
impl RefUnwindSafe for MemoryReclaimNever
impl Send for MemoryReclaimNever
impl Sync for MemoryReclaimNever
impl Unpin for MemoryReclaimNever
impl UnwindSafe for MemoryReclaimNever
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more