pub trait IFortuneTellingResultSequenceMethods: IFortuneTellingResultSequence {
// Provided methods
fn ctor(self) { ... }
fn create_desc(self) -> Array<ProcDesc> { ... }
fn load_res(self) { ... }
fn is_loading_res(self) -> bool { ... }
fn open(self) { ... }
fn is_anim_end(self) -> bool { ... }
fn result_talk(self) { ... }
fn menu_close(self) { ... }
fn is_menu_close(self) -> bool { ... }
fn menu_close_end(self) { ... }
}Provided Methods§
Sourcefn create_desc(self) -> Array<ProcDesc>
fn create_desc(self) -> Array<ProcDesc>
CreateDesc() overload
Sourcefn is_loading_res(self) -> bool
fn is_loading_res(self) -> bool
IsLoadingRes() overload
Sourcefn is_anim_end(self) -> bool
fn is_anim_end(self) -> bool
IsAnimEnd() overload
Sourcefn result_talk(self)
fn result_talk(self)
ResultTalk() overload
MenuClose() overload
IsMenuClose() overload
MenuCloseEnd() 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: IFortuneTellingResultSequence> IFortuneTellingResultSequenceMethods for __T
Available on crate feature
app-fortunetellingresultsequence only.