pub trait IArenaTopMenuContent: IBasicMenuContent {
// Provided methods
fn last_count_root(self) -> GameObject { ... }
fn set_last_count_root(self, value: GameObject) { ... }
fn last_count(self) -> TextMeshProUGUI { ... }
fn set_last_count(self, value: TextMeshProUGUI) { ... }
fn god_bond_help_root(self) -> GameObject { ... }
fn set_god_bond_help_root(self, value: GameObject) { ... }
}Provided Methods§
fn last_count_root(self) -> GameObject
fn set_last_count_root(self, value: GameObject)
fn last_count(self) -> TextMeshProUGUI
fn set_last_count(self, value: TextMeshProUGUI)
fn god_bond_help_root(self) -> GameObject
fn set_god_bond_help_root(self, value: GameObject)
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.