pub trait IDebugPathMenu_Directory_EnumResultMethods: IDebugPathMenu_Directory_EnumResult {
// Provided methods
fn ctor(self, entries: impl Into<List_1<DebugPathMenu_EntryData>>) { ... }
fn ctor_2(self, error_message: impl Into<Il2CppString>) { ... }
fn is_failure(self) -> bool { ... }
}Provided Methods§
Sourcefn ctor(self, entries: impl Into<List_1<DebugPathMenu_EntryData>>)
fn ctor(self, entries: impl Into<List_1<DebugPathMenu_EntryData>>)
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::debugpathmenu::DebugPathMenu_EntryData>) overload
Sourcefn ctor_2(self, error_message: impl Into<Il2CppString>)
fn ctor_2(self, error_message: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcefn is_failure(self) -> bool
fn is_failure(self) -> bool
IsFailure() 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: IDebugPathMenu_Directory_EnumResult> IDebugPathMenu_Directory_EnumResultMethods for __T
Available on crate feature
app-debugpathmenu only.