Skip to main content

IProfileCardTextListMenuItemContentMethods

Trait IProfileCardTextListMenuItemContentMethods 

Source
pub trait IProfileCardTextListMenuItemContentMethods: IProfileCardTextListMenuItemContent {
    // Provided methods
    fn build_text(self) { ... }
    fn update_text_color(self) { ... }
    fn set_fixed_cursor_active(self, active: impl Into<bool>) { ... }
    fn set_new_icon_active(self, active: impl Into<bool>) { ... }
    fn synchronize_new_icon_animation_time(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn build_text(self)

BuildText() overload

Source

fn update_text_color(self)

UpdateTextColor() overload

Source

fn set_fixed_cursor_active(self, active: impl Into<bool>)

SetFixedCursorActive(bool) overload

Source

fn set_new_icon_active(self, active: impl Into<bool>)

SetNewIconActive(bool) overload

Source

fn synchronize_new_icon_animation_time(self)

SynchronizeNewIconAnimationTime() 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: IProfileCardTextListMenuItemContent> IProfileCardTextListMenuItemContentMethods for __T

Available on crate feature app-profilecardtextlistmenuitemcontent only.