Skip to main content

ISortieTradeManager_SideMethods

Trait ISortieTradeManager_SideMethods 

Source
pub trait ISortieTradeManager_SideMethods: ISortieTradeManager_Side {
    // Provided methods
    fn reset(self) { ... }
    fn get_unit(self) -> Unit { ... }
    fn set_unit(self, value: impl Into<Unit>) { ... }
    fn get_owner_item_index(self) -> i32 { ... }
    fn set_owner_item_index(self, value: impl Into<i32>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn reset(self)

Reset() overload

Source

fn get_unit(self) -> Unit

get_Unit() overload

Source

fn set_unit(self, value: impl Into<Unit>)

set_Unit(crate::app::unit::Unit) overload

Source

fn get_owner_item_index(self) -> i32

get_OwnerItemIndex() overload

Source

fn set_owner_item_index(self, value: impl Into<i32>)

set_OwnerItemIndex(i32) 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: ISortieTradeManager_Side> ISortieTradeManager_SideMethods for __T

Available on crate feature app-sortietrademanager only.