Skip to main content

IRingCleaningSelectSequenceMethods

Trait IRingCleaningSelectSequenceMethods 

Source
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§

Source

fn ctor(self)

.ctor() overload

Source

fn create_desc(self) -> Array<ProcDesc>

CreateDesc() overload

Source

fn load_resources(self)

LoadResources() overload

Source

fn is_loading_resources(self) -> bool

IsLoadingResources() overload

Source

fn start_sequence(self)

StartSequence() overload

Source

fn create_god_select_menu(self)

CreateGodSelectMenu() overload

Source

fn destroy_god_select_menu(self)

DestroyGodSelectMenu() overload

Source

fn create_unit_select_menu(self)

CreateUnitSelectMenu() overload

Source

fn destroy_unit_select_menu(self)

DestroyUnitSelectMenu() overload

Source

fn start_ring_cleaning(self)

StartRingCleaning() overload

Source

fn end_ring_cleaning(self)

EndRingCleaning() overload

Source

fn is_decided(self) -> bool

IsDecided() overload

Source

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§

Source§

impl<__T: IRingCleaningSelectSequence> IRingCleaningSelectSequenceMethods for __T

Available on crate feature app-ringcleaningselectsequence only.