pub struct ArenaQueueHandle<N: ArenaQueueNode> { /* private fields */ }Expand description
An opaque handle to an ArenaQueue entry.
Trait Implementations§
Source§fn as_ref(&self) -> &ArenaQueueHandle<N>
fn as_ref(&self) -> &ArenaQueueHandle<N>
Converts this type into a shared reference of the (usually inferred) input type.
Source§fn from(value: ArenaQueueHandle<N>) -> Self
fn from(value: ArenaQueueHandle<N>) -> Self
Converts to this type from the input type.
Source§impl<N: ArenaQueueNode> PriorityQueueHandle<<N as ArenaQueueNode>::Data> for ArenaQueueHandle<N>
impl<N: ArenaQueueNode> PriorityQueueHandle<<N as ArenaQueueNode>::Data> for ArenaQueueHandle<N>
Auto Trait Implementations§
impl<N> Freeze for ArenaQueueHandle<N>
impl<N> RefUnwindSafe for ArenaQueueHandle<N>where
N: RefUnwindSafe,
impl<N> Send for ArenaQueueHandle<N>where
N: Send,
impl<N> Sync for ArenaQueueHandle<N>where
N: Sync,
impl<N> Unpin for ArenaQueueHandle<N>where
N: Unpin,
impl<N> UnsafeUnpin for ArenaQueueHandle<N>
impl<N> UnwindSafe for ArenaQueueHandle<N>where
N: UnwindSafe,
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