pub struct PagePool { /* private fields */ }Expand description
A pool of warm Page instances.
Implementations§
Auto Trait Implementations§
impl Freeze for PagePool
impl RefUnwindSafe for PagePool
impl Send for PagePool
impl Sync for PagePool
impl Unpin for PagePool
impl UnsafeUnpin for PagePool
impl UnwindSafe for PagePool
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