Skip to main content

IProfileCardVisualBaseMenuItemMethods

Trait IProfileCardVisualBaseMenuItemMethods 

Source
pub trait IProfileCardVisualBaseMenuItemMethods: IProfileCardVisualBaseMenuItem {
Show 13 methods // Provided methods fn ctor(self, initial_select: impl Into<bool>) { ... } fn on_build(self) { ... } fn on_build_menu_item_content(self) { ... } fn set_initial_color(self) { ... } fn update_fixed_cursor(self) { ... } fn update_new_icon(self) { ... } fn is_new_arrival(self) -> bool { ... } fn set_already_read(self) { ... } fn set_decided(self, decided: impl Into<bool>) { ... } fn on_select(self) { ... } fn on_cursor_move_end(self) { ... } fn on_deselect(self) { ... } fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, initial_select: impl Into<bool>)

.ctor(bool) overload

Source

fn on_build(self)

OnBuild() overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn set_initial_color(self)

SetInitialColor() overload

Source

fn update_fixed_cursor(self)

UpdateFixedCursor() overload

Source

fn update_new_icon(self)

UpdateNewIcon() overload

Source

fn is_new_arrival(self) -> bool

IsNewArrival() overload

Source

fn set_already_read(self)

SetAlreadyRead() overload

Source

fn set_decided(self, decided: impl Into<bool>)

SetDecided(bool) overload

Source

fn on_select(self)

OnSelect() overload

Source

fn on_cursor_move_end(self)

OnCursorMoveEnd() overload

Source

fn on_deselect(self)

OnDeselect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() 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: IProfileCardVisualBaseMenuItem> IProfileCardVisualBaseMenuItemMethods for __T

Available on crate feature app-profilecardvisualbasemenuitem only.