Skip to main content

IRankingMenuContent

Trait IRankingMenuContent 

Source
pub trait IRankingMenuContent: IBasicMenuContent {
    // Provided methods
    fn m_chapter_no(self) -> TextMeshProUGUI { ... }
    fn set_m_chapter_no(self, value: TextMeshProUGUI) { ... }
    fn m_chapter_title(self) -> TextMeshProUGUI { ... }
    fn set_m_chapter_title(self, value: TextMeshProUGUI) { ... }
}

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§