Skip to main content

ISortieEntrust_Executor

Trait ISortieEntrust_Executor 

Source
pub trait ISortieEntrust_Executor: IObject {
    // Provided methods
    fn m_is_all(self) -> bool { ... }
    fn set_m_is_all(self, value: bool) { ... }
    fn m_unit_data_holder(self) -> SortieEntrustUnitDataHolder { ... }
    fn set_m_unit_data_holder(self, value: SortieEntrustUnitDataHolder) { ... }
    fn m_stock_data_holer(self) -> SortieEntrustStockDataHolder { ... }
    fn set_m_stock_data_holer(self, value: SortieEntrustStockDataHolder) { ... }
}

Provided Methods§

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§