pub struct AttrsIter<'abbrev, 'entry, 'unit, R: Reader> { /* fields omitted */ }
Expand description
impl<'abbrev, 'entry, 'unit, R: Reader> AttrsIter<'abbrev, 'entry, 'unit, R>
Advance the iterator and return the next attribute.
Returns None
when iteration is finished. If an error
occurs while parsing the next attribute, then this error
is returned, and all subsequent calls return None
.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
impl<'abbrev, 'entry, 'unit, R> !Send for AttrsIter<'abbrev, 'entry, 'unit, R>
impl<'abbrev, 'entry, 'unit, R> !Sync for AttrsIter<'abbrev, 'entry, 'unit, R>
impl<'abbrev, 'entry, 'unit, R> Unpin for AttrsIter<'abbrev, 'entry, 'unit, R> where
R: Unpin,
'abbrev: 'entry,
'unit: 'entry,
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.