pub struct ReparseQueue { /* private fields */ }Expand description
A priority queue for reparse requests.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReparseQueue
impl RefUnwindSafe for ReparseQueue
impl Send for ReparseQueue
impl Sync for ReparseQueue
impl Unpin for ReparseQueue
impl UnsafeUnpin for ReparseQueue
impl UnwindSafe for ReparseQueue
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