pub trait IRingListSequence_GodPageDataMethods: IRingListSequence_GodPageData {
// Provided methods
fn get_data(self) -> GodData { ... }
fn set_data(self, value: impl Into<GodData>) { ... }
fn get_related_group_index(self) -> i32 { ... }
fn set_related_group_index(self, value: impl Into<i32>) { ... }
fn set_related_group_page_data_num(self, value: impl Into<i32>) { ... }
fn get_related_group_page_data_num(self) -> i32 { ... }
fn set_menu_select(self, value: impl Into<BasicMenuSelect>) { ... }
fn get_menu_select(self) -> BasicMenuSelect { ... }
fn build(self, god_data: impl Into<GodData>) { ... }
fn get_max_bond_level(self) -> i32 { ... }
fn get_to_lv(self) -> i32 { ... }
fn ctor(self) { ... }
}Provided Methods§
get_RelatedGroupIndex() overload
set_RelatedGroupIndex(i32) overload
set_RelatedGroupPageDataNum(i32) overload
get_RelatedGroupPageDataNum() overload
set_MenuSelect(crate::app::basicmenuselect::BasicMenuSelect) overload
get_MenuSelect() overload
Sourcefn get_max_bond_level(self) -> i32
fn get_max_bond_level(self) -> i32
GetMaxBondLevel() 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: IRingListSequence_GodPageData> IRingListSequence_GodPageDataMethods for __T
Available on crate feature
app-ringlistsequence only.