pub struct SegmentIteratorProphecySeq<T> { /* private fields */ }Expand description
Prophetic sequence state used to specify the frames that a segment iterator will yield. FIXME: Do we need another iterator struct?
Auto Trait Implementations§
impl<T> Freeze for SegmentIteratorProphecySeq<T>
impl<T> RefUnwindSafe for SegmentIteratorProphecySeq<T>where
T: RefUnwindSafe,
impl<T> Send for SegmentIteratorProphecySeq<T>
impl<T> Sync for SegmentIteratorProphecySeq<T>
impl<T> Unpin for SegmentIteratorProphecySeq<T>where
T: Unpin,
impl<T> UnsafeUnpin for SegmentIteratorProphecySeq<T>
impl<T> UnwindSafe for SegmentIteratorProphecySeq<T>where
T: 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