Skip to main content

IRingCleaningUnitSelectMenu_RingCleaningUnitSelectMenuItemMethods

Trait IRingCleaningUnitSelectMenu_RingCleaningUnitSelectMenuItemMethods 

Source
pub trait IRingCleaningUnitSelectMenu_RingCleaningUnitSelectMenuItemMethods: IRingCleaningUnitSelectMenu_RingCleaningUnitSelectMenuItem {
    // Provided methods
    fn ctor(
        self,
        index: impl Into<i32>,
        unit: impl Into<Unit>,
        decide_event_handler: impl Into<RingCleaningUnitSelectMenu_DecideEventHandler>,
        select_unit: impl Into<Unit>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn get_unit(self) -> Unit { ... }
}

Provided Methods§

Source

fn ctor( self, index: impl Into<i32>, unit: impl Into<Unit>, decide_event_handler: impl Into<RingCleaningUnitSelectMenu_DecideEventHandler>, select_unit: impl Into<Unit>, )

.ctor(i32, crate::app::unit::Unit, crate::app::ringcleaningunitselectmenu::RingCleaningUnitSelectMenu_DecideEventHandler, crate::app::unit::Unit) 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

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn get_unit(self) -> Unit

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