Skip to main content

IAccessoryShopBuyMenuItemContentMethods

Trait IAccessoryShopBuyMenuItemContentMethods 

Source
pub trait IAccessoryShopBuyMenuItemContentMethods: IAccessoryShopBuyMenuItemContent {
    // Provided methods
    fn ctor(self) { ... }
    fn start(self) { ... }
    fn build_text(self) { ... }
    fn update_text_color(self) { ... }
    fn synchronize_new_icon_animation_time(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn start(self)

Start() overload

Source

fn build_text(self)

BuildText() overload

Source

fn update_text_color(self)

UpdateTextColor() overload

Source

fn synchronize_new_icon_animation_time(self)

SynchronizeNewIconAnimationTime() 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: IAccessoryShopBuyMenuItemContent> IAccessoryShopBuyMenuItemContentMethods for __T

Available on crate feature app-accessoryshopbuymenuitemcontent only.