pub struct SyncEntryIter<R> { /* private fields */ }Implementations§
Source§impl<'a, R> SyncEntryIter<R>where
R: BufRead,
impl<'a, R> SyncEntryIter<R>where
R: BufRead,
pub fn next_header(&'a mut self) -> Option<Result<SyncHeader<'a, R>, String>>
Trait Implementations§
Source§impl<R: Clone> Clone for SyncEntryIter<R>
impl<R: Clone> Clone for SyncEntryIter<R>
Source§fn clone(&self) -> SyncEntryIter<R>
fn clone(&self) -> SyncEntryIter<R>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<R: Debug> Debug for SyncEntryIter<R>
impl<R: Debug> Debug for SyncEntryIter<R>
Source§impl<R: PartialEq> PartialEq for SyncEntryIter<R>
impl<R: PartialEq> PartialEq for SyncEntryIter<R>
impl<R> StructuralPartialEq for SyncEntryIter<R>
Auto Trait Implementations§
impl<R> Freeze for SyncEntryIter<R>where
R: Freeze,
impl<R> RefUnwindSafe for SyncEntryIter<R>where
R: RefUnwindSafe,
impl<R> Send for SyncEntryIter<R>where
R: Send,
impl<R> Sync for SyncEntryIter<R>where
R: Sync,
impl<R> Unpin for SyncEntryIter<R>where
R: Unpin,
impl<R> UnwindSafe for SyncEntryIter<R>where
R: 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