Skip to main content

IRingCleaningNameSetter

Trait IRingCleaningNameSetter 

Source
pub trait IRingCleaningNameSetter: IMonoBehaviour {
    // Provided methods
    fn m_ring_name_text(self) -> TextMeshProUGUI { ... }
    fn set_m_ring_name_text(self, value: TextMeshProUGUI) { ... }
    fn m_god_name_text(self) -> TextMeshProUGUI { ... }
    fn set_m_god_name_text(self, value: TextMeshProUGUI) { ... }
    fn m_cleaner_name_text(self) -> TextMeshProUGUI { ... }
    fn set_m_cleaner_name_text(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§