Struct objc2_foundation::NSDictionary [−][src]
pub struct NSDictionary<K, V> { /* fields omitted */ }Trait Implementations
type Key = K
type Value = V
fn key_enumerator(&self) -> NSEnumerator<'_, Self::Key>ⓘNotable traits for NSEnumerator<'a, T>impl<'a, T> Iterator for NSEnumerator<'a, T> where
T: INSObject, type Item = &'a T;
Notable traits for NSEnumerator<'a, T>
impl<'a, T> Iterator for NSEnumerator<'a, T> where
T: INSObject, type Item = &'a T;fn object_enumerator(&self) -> NSEnumerator<'_, Self::Value>ⓘNotable traits for NSEnumerator<'a, T>impl<'a, T> Iterator for NSEnumerator<'a, T> where
T: INSObject, type Item = &'a T;
Notable traits for NSEnumerator<'a, T>
impl<'a, T> Iterator for NSEnumerator<'a, T> where
T: INSObject, type Item = &'a T;type Item = K
fn enumerator(&self) -> NSFastEnumerator<'_, Self>ⓘNotable traits for NSFastEnumerator<'a, C>impl<'a, C: INSFastEnumeration> Iterator for NSFastEnumerator<'a, C> type Item = &'a C::Item;
Notable traits for NSFastEnumerator<'a, C>
impl<'a, C: INSFastEnumeration> Iterator for NSFastEnumerator<'a, C> type Item = &'a C::Item;The Objective-C type-encoding for a reference of this type. Read more