Skip to main content

IItemShopBuyEmptyMenuItemMethods

Trait IItemShopBuyEmptyMenuItemMethods 

Source
pub trait IItemShopBuyEmptyMenuItemMethods: IItemShopBuyEmptyMenuItem {
    // Provided methods
    fn ctor(
        self,
        select_event_handler: impl Into<ItemShopBuyMenu_SelectEventHandler>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, select_event_handler: impl Into<ItemShopBuyMenu_SelectEventHandler>, )

.ctor(crate::app::itemshopbuymenu::ItemShopBuyMenu_SelectEventHandler) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() 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: IItemShopBuyEmptyMenuItem> IItemShopBuyEmptyMenuItemMethods for __T

Available on crate feature app-itemshopbuyemptymenuitem only.