Struct disk_queue::DiskQueue
source · [−]pub struct DiskQueue { /* private fields */ }
Expand description
FIFO queue backed by disk.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiskQueue
impl Send for DiskQueue
impl Sync for DiskQueue
impl Unpin for DiskQueue
impl UnwindSafe for DiskQueue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more