Struct rsonpath::classification::depth::DepthIteratorResumeOutcome
source · pub struct DepthIteratorResumeOutcome<'i, I, Q, D, const N: usize>(pub Option<D::Block>, pub D)
where
I: InputBlockIterator<'i, N>,
D: DepthIterator<'i, I, Q, N>;
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<'i, I, Q, D, const N: usize> RefUnwindSafe for DepthIteratorResumeOutcome<'i, I, Q, D, N>where D: RefUnwindSafe, <D as DepthIterator<'i, I, Q, N>>::Block: RefUnwindSafe,
impl<'i, I, Q, D, const N: usize> Send for DepthIteratorResumeOutcome<'i, I, Q, D, N>where D: Send, <D as DepthIterator<'i, I, Q, N>>::Block: Send,
impl<'i, I, Q, D, const N: usize> Sync for DepthIteratorResumeOutcome<'i, I, Q, D, N>where D: Sync, <D as DepthIterator<'i, I, Q, N>>::Block: Sync,
impl<'i, I, Q, D, const N: usize> Unpin for DepthIteratorResumeOutcome<'i, I, Q, D, N>where D: Unpin, <D as DepthIterator<'i, I, Q, N>>::Block: Unpin,
impl<'i, I, Q, D, const N: usize> UnwindSafe for DepthIteratorResumeOutcome<'i, I, Q, D, N>where D: UnwindSafe, <D as DepthIterator<'i, I, Q, N>>::Block: UnwindSafe,
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