pub struct PoolIndex<const N: usize>(/* private fields */);Implementations§
Trait Implementations§
impl<const N: usize> Copy for PoolIndex<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for PoolIndex<N>
impl<const N: usize> RefUnwindSafe for PoolIndex<N>
impl<const N: usize> Send for PoolIndex<N>
impl<const N: usize> Sync for PoolIndex<N>
impl<const N: usize> Unpin for PoolIndex<N>
impl<const N: usize> UnwindSafe for PoolIndex<N>
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