pub trait IRingCleaningSelectSequenceMethods: IRingCleaningSelectSequence {
Show 13 methods
// Provided methods
fn ctor(self) { ... }
fn create_desc(self) -> Array<ProcDesc> { ... }
fn load_resources(self) { ... }
fn is_loading_resources(self) -> bool { ... }
fn start_sequence(self) { ... }
fn create_god_select_menu(self) { ... }
fn destroy_god_select_menu(self) { ... }
fn create_unit_select_menu(self) { ... }
fn destroy_unit_select_menu(self) { ... }
fn start_ring_cleaning(self) { ... }
fn end_ring_cleaning(self) { ... }
fn is_decided(self) -> bool { ... }
fn end_sequence(self) { ... }
}Provided Methods§
Sourcefn create_desc(self) -> Array<ProcDesc>
fn create_desc(self) -> Array<ProcDesc>
CreateDesc() overload
Sourcefn load_resources(self)
fn load_resources(self)
LoadResources() overload
Sourcefn is_loading_resources(self) -> bool
fn is_loading_resources(self) -> bool
IsLoadingResources() overload
Sourcefn start_sequence(self)
fn start_sequence(self)
StartSequence() overload
CreateGodSelectMenu() overload
DestroyGodSelectMenu() overload
CreateUnitSelectMenu() overload
DestroyUnitSelectMenu() overload
Sourcefn start_ring_cleaning(self)
fn start_ring_cleaning(self)
StartRingCleaning() overload
Sourcefn end_ring_cleaning(self)
fn end_ring_cleaning(self)
EndRingCleaning() overload
Sourcefn is_decided(self) -> bool
fn is_decided(self) -> bool
IsDecided() overload
Sourcefn end_sequence(self)
fn end_sequence(self)
EndSequence() 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: IRingCleaningSelectSequence> IRingCleaningSelectSequenceMethods for __T
Available on crate feature
app-ringcleaningselectsequence only.