pub struct RtObjectPool { /* private fields */ }Expand description
A trivial object pool for reuse.
Implementations§
Source§impl RtObjectPool
impl RtObjectPool
Trait Implementations§
Source§impl Debug for RtObjectPool
impl Debug for RtObjectPool
Source§impl Default for RtObjectPool
impl Default for RtObjectPool
Source§fn default() -> RtObjectPool
fn default() -> RtObjectPool
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RtObjectPool
impl RefUnwindSafe for RtObjectPool
impl Send for RtObjectPool
impl Sync for RtObjectPool
impl Unpin for RtObjectPool
impl UnsafeUnpin for RtObjectPool
impl UnwindSafe for RtObjectPool
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