Skip to main content

IProfileCardVisualCharacterStampEmptyMenuItemMethods

Trait IProfileCardVisualCharacterStampEmptyMenuItemMethods 

Source
pub trait IProfileCardVisualCharacterStampEmptyMenuItemMethods: IProfileCardVisualCharacterStampEmptyMenuItem {
    // Provided methods
    fn ctor(self, initial_select: impl Into<bool>) { ... }
    fn on_build_menu_item_content(self) { ... }
    fn is_new_arrival(self) -> bool { ... }
    fn set_already_read(self) { ... }
}

Provided Methods§

Source

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

.ctor(bool) overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn is_new_arrival(self) -> bool

IsNewArrival() overload

Source

fn set_already_read(self)

SetAlreadyRead() 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: IProfileCardVisualCharacterStampEmptyMenuItem> IProfileCardVisualCharacterStampEmptyMenuItemMethods for __T

Available on crate feature app-profilecardvisualcharacterstampemptymenuitem only.