pub struct DepthIteratorResumeOutcome<'i, I, Q, D, M, const N: usize>(pub Option<D::Block>, pub D)
where
I: InputBlockIterator<'i, N>,
D: DepthIterator<'i, I, Q, M, 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, M, const N: usize> Freeze for DepthIteratorResumeOutcome<'i, I, Q, D, M, N>
impl<'i, I, Q, D, M, const N: usize> RefUnwindSafe for DepthIteratorResumeOutcome<'i, I, Q, D, M, N>
impl<'i, I, Q, D, M, const N: usize> Send for DepthIteratorResumeOutcome<'i, I, Q, D, M, N>
impl<'i, I, Q, D, M, const N: usize> Sync for DepthIteratorResumeOutcome<'i, I, Q, D, M, N>
impl<'i, I, Q, D, M, const N: usize> Unpin for DepthIteratorResumeOutcome<'i, I, Q, D, M, N>
impl<'i, I, Q, D, M, const N: usize> UnwindSafe for DepthIteratorResumeOutcome<'i, I, Q, D, M, N>
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