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