pub trait IListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumeratorMethods: IListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator {
// Provided methods
fn ctor(
self,
list: impl Into<ListDictionaryInternal>,
is_keys: impl Into<bool>,
) { ... }
fn get_current(self) -> Object { ... }
fn move_next(self) -> bool { ... }
fn reset(self) { ... }
}Provided Methods§
Sourcefn ctor(self, list: impl Into<ListDictionaryInternal>, is_keys: impl Into<bool>)
fn ctor(self, list: impl Into<ListDictionaryInternal>, is_keys: impl Into<bool>)
.ctor(crate::system::collections::listdictionaryinternal::ListDictionaryInternal, bool) overload
Sourcefn get_current(self) -> Object
fn get_current(self) -> Object
get_Current() overload
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§
impl<__T: IListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator> IListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumeratorMethods for __T
Available on crate feature
system-collections-listdictionaryinternal only.