Skip to main content

IMapItemMenu_MapTradeMenuItemMethods

Trait IMapItemMenu_MapTradeMenuItemMethods 

Source
pub trait IMapItemMenu_MapTradeMenuItemMethods: IMapItemMenu_MapTradeMenuItem {
    // Provided methods
    fn get_left_unit(self) -> Unit { ... }
    fn get_right_unit(self) -> Unit { ... }
    fn set_done(self) { ... }
    fn is_done(self) -> bool { ... }
    fn on_end(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_left_unit(self) -> Unit

GetLeftUnit() overload

Source

fn get_right_unit(self) -> Unit

GetRightUnit() overload

Source

fn set_done(self)

SetDone() overload

Source

fn is_done(self) -> bool

IsDone() overload

Source

fn on_end(self)

OnEnd() overload

Source

fn ctor(self)

.ctor() 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: IMapItemMenu_MapTradeMenuItem> IMapItemMenu_MapTradeMenuItemMethods for __T

Available on crate feature app-mapitemmenu only.