pub struct Iterator { /* private fields */ }Implementations§
Source§impl Iterator
impl Iterator
pub fn advance_until_present_or_end(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !Send for Iterator
impl !Sync for Iterator
impl Freeze for Iterator
impl RefUnwindSafe for Iterator
impl Unpin for Iterator
impl UnsafeUnpin for Iterator
impl UnwindSafe for Iterator
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