pub trait IClassChangeJobMenuItemContentMethods: IClassChangeJobMenuItemContent {
// Provided methods
fn build_text(self) { ... }
fn build_text_color(self) { ... }
fn update_text_color(self) { ... }
fn set_job_text(
self,
unit: impl Into<Unit>,
change_job_data: impl Into<ClassChange_ChangeJobData>,
) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn build_text(self)
fn build_text(self)
BuildText() overload
Sourcefn build_text_color(self)
fn build_text_color(self)
BuildTextColor() overload
Sourcefn update_text_color(self)
fn update_text_color(self)
UpdateTextColor() overload
Sourcefn set_job_text(
self,
unit: impl Into<Unit>,
change_job_data: impl Into<ClassChange_ChangeJobData>,
)
fn set_job_text( self, unit: impl Into<Unit>, change_job_data: impl Into<ClassChange_ChangeJobData>, )
SetJobText(crate::app::unit::Unit, crate::app::classchange::ClassChange_ChangeJobData) 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: IClassChangeJobMenuItemContent> IClassChangeJobMenuItemContentMethods for __T
Available on crate feature
app-classchangejobmenuitemcontent only.