pub struct ObjectPoolBuilder { /* private fields */ }Expand description
The Builder for different types of object pools
Implementations§
Auto Trait Implementations§
impl Freeze for ObjectPoolBuilder
impl RefUnwindSafe for ObjectPoolBuilder
impl Send for ObjectPoolBuilder
impl Sync for ObjectPoolBuilder
impl Unpin for ObjectPoolBuilder
impl UnwindSafe for ObjectPoolBuilder
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