Skip to main content

IRelayCompletionAwardData_CalcResultMethods

Trait IRelayCompletionAwardData_CalcResultMethods 

Source
pub trait IRelayCompletionAwardData_CalcResultMethods: IRelayCompletionAwardData_CalcResult {
    // Provided methods
    fn get_main_items(self) -> List_1<RelayCompletionAwardData_CalcResult_Item> { ... }
    fn set_main_items(
        self,
        value: impl Into<List_1<RelayCompletionAwardData_CalcResult_Item>>,
    ) { ... }
    fn get_sub_items(self) -> List_1<RelayCompletionAwardData_CalcResult_Item> { ... }
    fn set_sub_items(
        self,
        value: impl Into<List_1<RelayCompletionAwardData_CalcResult_Item>>,
    ) { ... }
    fn ctor(self, main_max_count: impl Into<i32>, sub_max_count: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn get_main_items(self) -> List_1<RelayCompletionAwardData_CalcResult_Item>

get_MainItems() overload

Source

fn set_main_items( self, value: impl Into<List_1<RelayCompletionAwardData_CalcResult_Item>>, )

set_MainItems(crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>) overload

Source

fn get_sub_items(self) -> List_1<RelayCompletionAwardData_CalcResult_Item>

get_SubItems() overload

Source

fn set_sub_items( self, value: impl Into<List_1<RelayCompletionAwardData_CalcResult_Item>>, )

set_SubItems(crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>) overload

Source

fn ctor(self, main_max_count: impl Into<i32>, sub_max_count: impl Into<i32>)

.ctor(i32, i32) 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: IRelayCompletionAwardData_CalcResult> IRelayCompletionAwardData_CalcResultMethods for __T

Available on crate feature app-relaycompletionawarddata only.