Skip to main content

ISortieTradeManagerMethods

Trait ISortieTradeManagerMethods 

Source
pub trait ISortieTradeManagerMethods: ISortieTradeManager {
    // Provided methods
    fn ctor(self) { ... }
    fn reset(self) { ... }
    fn get_from(self) -> SortieTradeManager_Side { ... }
    fn get_to(self) -> SortieTradeManager_Side { ... }
    fn get_select_side(self) -> SortieTradeManager_SideId { ... }
    fn set_select_side(self, value: impl Into<SortieTradeManager_SideId>) { ... }
    fn get_is_first_selected(self) -> bool { ... }
    fn set_is_first_selected(self, value: impl Into<bool>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn reset(self)

Reset() overload

Source

fn get_from(self) -> SortieTradeManager_Side

get_From() overload

Source

fn get_to(self) -> SortieTradeManager_Side

get_To() overload

Source

fn get_select_side(self) -> SortieTradeManager_SideId

get_SelectSide() overload

Source

fn set_select_side(self, value: impl Into<SortieTradeManager_SideId>)

set_SelectSide(crate::app::sortietrademanager::SortieTradeManager_SideId) overload

Source

fn get_is_first_selected(self) -> bool

get_IsFirstSelected() overload

Source

fn set_is_first_selected(self, value: impl Into<bool>)

set_IsFirstSelected(bool) 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: ISortieTradeManager> ISortieTradeManagerMethods for __T

Available on crate feature app-sortietrademanager only.