pub struct HeapPred(/* private fields */);Expand description
A heap predicate: a set of heaps satisfying a property. Represented here as a Rust closure for simplicity.
Implementations§
Auto Trait Implementations§
impl Freeze for HeapPred
impl !RefUnwindSafe for HeapPred
impl !Send for HeapPred
impl !Sync for HeapPred
impl Unpin for HeapPred
impl UnsafeUnpin for HeapPred
impl !UnwindSafe for HeapPred
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