pub struct DiskQueue { /* private fields */ }
Expand description
FIFO queue backed by disk.
Implementations§
Auto Trait Implementations§
impl Freeze for DiskQueue
impl RefUnwindSafe for DiskQueue
impl Send for DiskQueue
impl Sync for DiskQueue
impl Unpin for DiskQueue
impl UnwindSafe for DiskQueue
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