pub struct ExIter<'a, Key: 'a>(/* private fields */);
Auto Trait Implementations§
impl<'a, Key> Freeze for ExIter<'a, Key>
impl<'a, Key> RefUnwindSafe for ExIter<'a, Key>where
Key: RefUnwindSafe,
impl<'a, Key> Send for ExIter<'a, Key>where
Key: Sync,
impl<'a, Key> Sync for ExIter<'a, Key>where
Key: Sync,
impl<'a, Key> Unpin for ExIter<'a, Key>
impl<'a, Key> UnwindSafe for ExIter<'a, Key>where
Key: RefUnwindSafe,
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