Skip to main content

IOrderedDictionary_OrderedDictionaryKeyValueCollection

Trait IOrderedDictionary_OrderedDictionaryKeyValueCollection 

Source
pub trait IOrderedDictionary_OrderedDictionaryKeyValueCollection: IObject {
    // Provided methods
    fn objects(self) -> ArrayList { ... }
    fn set_objects(self, value: ArrayList) { ... }
    fn is_keys(self) -> bool { ... }
    fn set_is_keys(self, value: bool) { ... }
}

Provided Methods§

Source

fn objects(self) -> ArrayList

Source

fn set_objects(self, value: ArrayList)

Source

fn is_keys(self) -> bool

Source

fn set_is_keys(self, value: bool)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§