pub trait IFileSystemEnumerableIterator_1<T0: ClassIdentity>: IIterator_1<T0> {
Show 22 methods
// Provided methods
fn result_handler(self) -> SearchResultHandler_1<T0> { ... }
fn set_result_handler(self, value: SearchResultHandler_1<T0>) { ... }
fn search_stack(self) -> List_1<Directory_SearchData> { ... }
fn set_search_stack(self, value: List_1<Directory_SearchData>) { ... }
fn search_data(self) -> Directory_SearchData { ... }
fn set_search_data(self, value: Directory_SearchData) { ... }
fn search_criteria(self) -> Il2CppString { ... }
fn set_search_criteria(self, value: Il2CppString) { ... }
fn needs_parent_path_discovery_demand(self) -> bool { ... }
fn set_needs_parent_path_discovery_demand(self, value: bool) { ... }
fn empty(self) -> bool { ... }
fn set_empty(self, value: bool) { ... }
fn user_path(self) -> Il2CppString { ... }
fn set_user_path(self, value: Il2CppString) { ... }
fn search_option(self) -> SearchOption { ... }
fn set_search_option(self, value: SearchOption) { ... }
fn full_path(self) -> Il2CppString { ... }
fn set_full_path(self, value: Il2CppString) { ... }
fn normalized_search_path(self) -> Il2CppString { ... }
fn set_normalized_search_path(self, value: Il2CppString) { ... }
fn check_host(self) -> bool { ... }
fn set_check_host(self, value: bool) { ... }
}Provided Methods§
fn result_handler(self) -> SearchResultHandler_1<T0>
fn set_result_handler(self, value: SearchResultHandler_1<T0>)
fn search_stack(self) -> List_1<Directory_SearchData>
fn set_search_stack(self, value: List_1<Directory_SearchData>)
fn search_data(self) -> Directory_SearchData
fn set_search_data(self, value: Directory_SearchData)
fn search_criteria(self) -> Il2CppString
fn set_search_criteria(self, value: Il2CppString)
fn needs_parent_path_discovery_demand(self) -> bool
fn set_needs_parent_path_discovery_demand(self, value: bool)
fn empty(self) -> bool
fn set_empty(self, value: bool)
fn user_path(self) -> Il2CppString
fn set_user_path(self, value: Il2CppString)
fn search_option(self) -> SearchOption
fn set_search_option(self, value: SearchOption)
fn full_path(self) -> Il2CppString
fn set_full_path(self, value: Il2CppString)
fn normalized_search_path(self) -> Il2CppString
fn set_normalized_search_path(self, value: Il2CppString)
fn check_host(self) -> bool
fn set_check_host(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.