pub struct WithIter;Trait Implementations§
impl IterOption for WithIter
Auto Trait Implementations§
impl Freeze for WithIter
impl RefUnwindSafe for WithIter
impl Send for WithIter
impl Sync for WithIter
impl Unpin for WithIter
impl UnsafeUnpin for WithIter
impl UnwindSafe for WithIter
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