pub trait IRefreshUnitSetMenuItemContentMethods: IRefreshUnitSetMenuItemContent {
// Provided methods
fn build_text(self) { ... }
fn set_content(self, unit: impl Into<Unit>) { ... }
fn update_text_color(self) { ... }
fn set_fixed_cursor_active(self, active: impl Into<bool>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn build_text(self)
fn build_text(self)
BuildText() overload
Sourcefn set_content(self, unit: impl Into<Unit>)
fn set_content(self, unit: impl Into<Unit>)
SetContent(crate::app::unit::Unit) overload
Sourcefn update_text_color(self)
fn update_text_color(self)
UpdateTextColor() overload
Sourcefn set_fixed_cursor_active(self, active: impl Into<bool>)
fn set_fixed_cursor_active(self, active: impl Into<bool>)
SetFixedCursorActive(bool) 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: IRefreshUnitSetMenuItemContent> IRefreshUnitSetMenuItemContentMethods for __T
Available on crate feature
app-refreshunitsetmenuitemcontent only.