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§
Sourcefn get_options(self) -> List_1<TMP_Dropdown_OptionData>
fn get_options(self) -> List_1<TMP_Dropdown_OptionData>
get_options() overload
Sourcefn set_options(self, value: impl Into<List_1<TMP_Dropdown_OptionData>>)
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
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§
impl<__T: ITMP_Dropdown_OptionDataList> ITMP_Dropdown_OptionDataListMethods for __T
Available on crate feature
tm_pro-tmp_dropdown only.