Struct rsonpath_lib::depth::DepthIteratorResumeOutcome
source · pub struct DepthIteratorResumeOutcome<'a, I: QuoteClassifiedIterator<'a>, D: DepthIterator<'a, I>>(pub Option<D::Block>, pub D);
Expand description
The result of resuming a DepthIterator
– the first block and the rest of the iterator.
Tuple Fields
0: Option<D::Block>
1: D
Auto Trait Implementations
impl<'a, I, D> RefUnwindSafe for DepthIteratorResumeOutcome<'a, I, D>where
D: RefUnwindSafe,
<D as DepthIterator<'a, I>>::Block: RefUnwindSafe,
impl<'a, I, D> Send for DepthIteratorResumeOutcome<'a, I, D>where
D: Send,
<D as DepthIterator<'a, I>>::Block: Send,
impl<'a, I, D> Sync for DepthIteratorResumeOutcome<'a, I, D>where
D: Sync,
<D as DepthIterator<'a, I>>::Block: Sync,
impl<'a, I, D> Unpin for DepthIteratorResumeOutcome<'a, I, D>where
D: Unpin,
<D as DepthIterator<'a, I>>::Block: Unpin,
impl<'a, I, D> UnwindSafe for DepthIteratorResumeOutcome<'a, I, D>where
D: UnwindSafe,
<D as DepthIterator<'a, I>>::Block: UnwindSafe,
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