pub trait IProfileCardVisualFrameEmptyMenuItemMethods: IProfileCardVisualFrameEmptyMenuItem {
// 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§
OnBuildMenuItemContent() overload
Sourcefn is_new_arrival(self) -> bool
fn is_new_arrival(self) -> bool
IsNewArrival() overload
Sourcefn set_already_read(self)
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§
impl<__T: IProfileCardVisualFrameEmptyMenuItem> IProfileCardVisualFrameEmptyMenuItemMethods for __T
Available on crate feature
app-profilecardvisualframeemptymenuitem only.