Implementations
pub fn values(&self) -> MapxValues<K, V>ⓘNotable traits for MapxValues<K, V>impl<K, V> Iterator for MapxValues<K, V> where
K: KeyEnDe,
V: ValueEnDe, type Item = V;
Notable traits for MapxValues<K, V>
impl<K, V> Iterator for MapxValues<K, V> where
K: KeyEnDe,
V: ValueEnDe, type Item = V;Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<K, V> RefUnwindSafe for Mapx<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> UnwindSafe for Mapx<K, V> where
K: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more