pub struct DisplayHeap<'a, S: Store>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<'a, S> Freeze for DisplayHeap<'a, S>
impl<'a, S> RefUnwindSafe for DisplayHeap<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for DisplayHeap<'a, S>where
S: Sync,
impl<'a, S> Sync for DisplayHeap<'a, S>where
S: Sync,
impl<'a, S> Unpin for DisplayHeap<'a, S>
impl<'a, S> UnwindSafe for DisplayHeap<'a, S>where
S: RefUnwindSafe,
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