pub struct DiskPool { /* private fields */ }
Expand description
A reference to a thread pool for disk operations
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiskPool
impl RefUnwindSafe for DiskPool
impl Send for DiskPool
impl Sync for DiskPool
impl Unpin for DiskPool
impl UnwindSafe for DiskPool
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