pub struct MmapPool { /* private fields */ }
Expand description
Fallback pool implementation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MmapPool
impl !RefUnwindSafe for MmapPool
impl Send for MmapPool
impl Sync for MmapPool
impl Unpin for MmapPool
impl UnwindSafe for MmapPool
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