Skip to main content

IRingCleaningSelectSequence

Trait IRingCleaningSelectSequence 

Source
pub trait IRingCleaningSelectSequence: IProcInst {
    // Provided methods
    fn m_menu_item_result(self) -> BasicMenu_Result { ... }
    fn set_m_menu_item_result(self, value: BasicMenu_Result) { ... }
    fn m_god_select_root(self) -> GodSelectRoot { ... }
    fn set_m_god_select_root(self, value: GodSelectRoot) { ... }
    fn m_select_unit(self) -> Unit { ... }
    fn set_m_select_unit(self, value: Unit) { ... }
}

Provided Methods§

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§