Skip to main content

IRingCleaningUnitSelectMenuContent

Trait IRingCleaningUnitSelectMenuContent 

Source
pub trait IRingCleaningUnitSelectMenuContent: IBasicMenuContent {
    // Provided methods
    fn m_bond_setter(self) -> MenuBondSetter { ... }
    fn set_m_bond_setter(self, value: MenuBondSetter) { ... }
    fn m_help_message(self) -> TextMeshProUGUI { ... }
    fn set_m_help_message(self, value: TextMeshProUGUI) { ... }
    fn m_god_info(self) -> GodRoomGodInfoSetter { ... }
    fn set_m_god_info(self, value: GodRoomGodInfoSetter) { ... }
}

Provided Methods§

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§