pub struct QueuedVecInner<A: 'static, T: 'static, const N: usize> { /* private fields */ }Implementations§
Source§impl<A, T: 'static, const N: usize> QueuedVecInner<A, T, N>
impl<A, T: 'static, const N: usize> QueuedVecInner<A, T, N>
Auto Trait Implementations§
impl<A, T, const N: usize> Freeze for QueuedVecInner<A, T, N>
impl<A, T, const N: usize> RefUnwindSafe for QueuedVecInner<A, T, N>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<A, T, const N: usize> Send for QueuedVecInner<A, T, N>
impl<A, T, const N: usize> Sync for QueuedVecInner<A, T, N>
impl<A, T, const N: usize> Unpin for QueuedVecInner<A, T, N>
impl<A, T, const N: usize> UnwindSafe for QueuedVecInner<A, T, N>where
A: UnwindSafe,
T: 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