Skip to main content

ITestSampleDataMethods

Trait ITestSampleDataMethods 

Source
pub trait ITestSampleDataMethods: ITestSampleData {
    // Provided methods
    fn get_key(self) -> Il2CppString { ... }
    fn on_build(self) { ... }
    fn on_release(self) { ... }
    fn get_debug_name(self) -> Il2CppString { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_key(self) -> Il2CppString

GetKey() overload

Source

fn on_build(self)

OnBuild() overload

Source

fn on_release(self)

OnRelease() overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: ITestSampleData> ITestSampleDataMethods for __T

Available on crate feature root-testsampledata only.