pub struct Entries<'a, 'ph, T> { /* private fields */ }Expand description
Entries.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'ph, T> Freeze for Entries<'a, 'ph, T>
impl<'a, 'ph, T> RefUnwindSafe for Entries<'a, 'ph, T>where
T: RefUnwindSafe,
impl<'a, 'ph, T> !Send for Entries<'a, 'ph, T>
impl<'a, 'ph, T> !Sync for Entries<'a, 'ph, T>
impl<'a, 'ph, T> Unpin for Entries<'a, 'ph, T>
impl<'a, 'ph, T> UnwindSafe for Entries<'a, 'ph, T>where
T: 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