Skip to main content

IVersusSequence_VersusProfileMenu_VersusProfileMenuItemMethods

Trait IVersusSequence_VersusProfileMenu_VersusProfileMenuItemMethods 

Source
pub trait IVersusSequence_VersusProfileMenu_VersusProfileMenuItemMethods: IVersusSequence_VersusProfileMenu_VersusProfileMenuItem {
    // Provided methods
    fn ctor(
        self,
        index: impl Into<i32>,
        profile: impl Into<ProfileCard>,
        is_enable: impl Into<bool>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn on_build_menu_item_content(self) { ... }
    fn open_dialog(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, index: impl Into<i32>, profile: impl Into<ProfileCard>, is_enable: impl Into<bool>, )

.ctor(i32, crate::app::profilecard::ProfileCard, bool) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn open_dialog(self) -> BasicMenu_Result

OpenDialog() 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§