Skip to main content

IMyRoomRelianceSubSelect

Trait IMyRoomRelianceSubSelect 

Source
pub trait IMyRoomRelianceSubSelect: IBasicMenu {
    // Provided methods
    fn is_rank_phase(self) -> bool { ... }
    fn set_is_rank_phase(self, value: bool) { ... }
    fn m_menu_select_list(self) -> List_1<BasicMenuSelect> { ... }
    fn set_m_menu_select_list(self, value: List_1<BasicMenuSelect>) { ... }
}

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§