Struct twilight_cache_inmemory::iter::IterReference[][src]

pub struct IterReference<'a, K, V> { /* fields omitted */ }
Expand description

Reference to a resource value being iterated over in the cache.

std::ops::Deref is implemented on this type and derefs to an immutable reference of the underlying value.

Implementations

Immutable reference to the resource’s key.

Immutable reference to the resource’s value.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.