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§
Sourcefn build_text(self)
fn build_text(self)
BuildText() overload
Sourcefn update_text_color(self)
fn update_text_color(self)
UpdateTextColor() overload
Sourcefn set_new_mark(self, enable: impl Into<bool>)
fn set_new_mark(self, enable: impl Into<bool>)
SetNewMark(bool) overload
Sourcefn synchronize_new_icon_animation(self)
fn synchronize_new_icon_animation(self)
SynchronizeNewIconAnimation() 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§
impl<__T: ITutorialListSelectMenuItemContent> ITutorialListSelectMenuItemContentMethods for __T
Available on crate feature
root-tutoriallistselectmenuitemcontent only.