pub struct SliceIterInitializer<Iter: Iterator> { /* private fields */ }
Expand description
An Emplace Initializer for Slice, created by iterator and member number.
Create a SliceIterInitializer by iterator and member number. iterator::next will be called
for given member number times
would panic if iterator has less item than given member number
Layout of the type
Emplace the type in given memory
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.