Skip to main content

IRefineGodWeaponSelectMenuItemContentMethods

Trait IRefineGodWeaponSelectMenuItemContentMethods 

Source
pub trait IRefineGodWeaponSelectMenuItemContentMethods: IRefineGodWeaponSelectMenuItemContent {
    // Provided methods
    fn ctor(self) { ... }
    fn build_text(self) { ... }
    fn update_text_color(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn build_text(self)

BuildText() overload

Source

fn update_text_color(self)

UpdateTextColor() 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: IRefineGodWeaponSelectMenuItemContent> IRefineGodWeaponSelectMenuItemContentMethods for __T

Available on crate feature app-refinegodweaponselectmenuitemcontent only.