Skip to main content

ITutorialListSelectMenuItemContentMethods

Trait ITutorialListSelectMenuItemContentMethods 

Source
pub trait ITutorialListSelectMenuItemContentMethods: ITutorialListSelectMenuItemContent {
    // Provided methods
    fn build_text(self) { ... }
    fn update_text_color(self) { ... }
    fn set_new_mark(self, enable: impl Into<bool>) { ... }
    fn synchronize_new_icon_animation(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn build_text(self)

BuildText() overload

Source

fn update_text_color(self)

UpdateTextColor() overload

Source

fn set_new_mark(self, enable: impl Into<bool>)

SetNewMark(bool) overload

Source

fn synchronize_new_icon_animation(self)

SynchronizeNewIconAnimation() overload

Source

fn ctor(self)

.ctor() 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: ITutorialListSelectMenuItemContent> ITutorialListSelectMenuItemContentMethods for __T

Available on crate feature root-tutoriallistselectmenuitemcontent only.