Skip to main content

IShopSequnece_ShopItem

Trait IShopSequnece_ShopItem 

Source
pub trait IShopSequnece_ShopItem: IShopSequnece_ParamItem {
    // Provided methods
    fn m_data(self) -> ShopData { ... }
    fn set_m_data(self, value: ShopData) { ... }
    fn m_item(self) -> ItemData { ... }
    fn set_m_item(self, value: ItemData) { ... }
    fn m_unit_item(self) -> UnitItem { ... }
    fn set_m_unit_item(self, value: UnitItem) { ... }
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
}

Provided Methods§

Source

fn m_data(self) -> ShopData

Source

fn set_m_data(self, value: ShopData)

Source

fn m_item(self) -> ItemData

Source

fn set_m_item(self, value: ItemData)

Source

fn m_unit_item(self) -> UnitItem

Source

fn set_m_unit_item(self, value: UnitItem)

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

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§