Skip to main content

ISortieEntrustScore

Trait ISortieEntrustScore 

Source
pub trait ISortieEntrustScore: IObject {
    // Provided methods
    fn m_stock_data(self) -> SortieEntrustStockData { ... }
    fn set_m_stock_data(self, value: SortieEntrustStockData) { ... }
    fn m_result(self) -> SortieEntrustScore_Result { ... }
    fn set_m_result(self, value: SortieEntrustScore_Result) { ... }
}

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§