pub struct VecPool { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecPool
impl RefUnwindSafe for VecPool
impl Send for VecPool
impl Sync for VecPool
impl Unpin for VecPool
impl UnwindSafe for VecPool
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