pub struct ExactSize(/* private fields */);Expand description
The iterator has known exact size.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExactSize
impl RefUnwindSafe for ExactSize
impl Send for ExactSize
impl Sync for ExactSize
impl Unpin for ExactSize
impl UnwindSafe for ExactSize
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