pub struct SharedArenaQueueHandle<N: ArenaQueueNode>(/* private fields */);Expand description
An opaque “shared” 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.
Auto Trait Implementations§
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