Skip to main content

ITMP_Dropdown_OptionDataListMethods

Trait ITMP_Dropdown_OptionDataListMethods 

Source
pub trait ITMP_Dropdown_OptionDataListMethods: ITMP_Dropdown_OptionDataList {
    // Provided methods
    fn get_options(self) -> List_1<TMP_Dropdown_OptionData> { ... }
    fn set_options(self, value: impl Into<List_1<TMP_Dropdown_OptionData>>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_options(self) -> List_1<TMP_Dropdown_OptionData>

get_options() overload

Source

fn set_options(self, value: impl Into<List_1<TMP_Dropdown_OptionData>>)

set_options(crate::system::collections::generic::list_1::List_1<crate::tm_pro::tmp_dropdown::TMP_Dropdown_OptionData>) 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: ITMP_Dropdown_OptionDataList> ITMP_Dropdown_OptionDataListMethods for __T

Available on crate feature tm_pro-tmp_dropdown only.