pub struct IterReference<'a, K, V> { /* private fields */ }
Expand description
Reference to a resource value being iterated over in the cache.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, K, V> Freeze for IterReference<'a, K, V>
impl<'a, K, V> !RefUnwindSafe for IterReference<'a, K, V>
impl<'a, K, V> Send for IterReference<'a, K, V>
impl<'a, K, V> Sync for IterReference<'a, K, V>
impl<'a, K, V> Unpin for IterReference<'a, K, V>
impl<'a, K, V> !UnwindSafe for IterReference<'a, K, V>
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