Skip to main content

IProfileCardStampListMenuItemMethods

Trait IProfileCardStampListMenuItemMethods 

Source
pub trait IProfileCardStampListMenuItemMethods: IProfileCardStampListMenuItem {
    // Provided methods
    fn ctor(
        self,
        profile_card_stamp_data: impl Into<ProfileCardStampData>,
        initial_select: impl Into<bool>,
        decide_event_handler: impl Into<ProfileCardStampListMenu_DecideEventHandler>,
    ) { ... }
    fn on_build_menu_item_content(self) { ... }
    fn update_new_icon(self) { ... }
    fn on_select(self) { ... }
    fn on_deselect(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, profile_card_stamp_data: impl Into<ProfileCardStampData>, initial_select: impl Into<bool>, decide_event_handler: impl Into<ProfileCardStampListMenu_DecideEventHandler>, )

.ctor(crate::app::profilecardstampdata::ProfileCardStampData, bool, crate::app::profilecardstamplistmenu::ProfileCardStampListMenu_DecideEventHandler) overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn update_new_icon(self)

UpdateNewIcon() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn on_deselect(self)

OnDeselect() 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: IProfileCardStampListMenuItem> IProfileCardStampListMenuItemMethods for __T

Available on crate feature app-profilecardstamplistmenuitem only.