pub trait IMascotColorChangeItemContentMethods: IMascotColorChangeItemContent {
// Provided methods
fn set_check(self, value: impl Into<bool>) { ... }
fn set_select(self, value: impl Into<bool>) { ... }
fn awake(self) { ... }
fn update(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_select(self, value: impl Into<bool>)
fn set_select(self, value: impl Into<bool>)
SetSelect(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: IMascotColorChangeItemContent> IMascotColorChangeItemContentMethods for __T
Available on crate feature
app-mascotcolorchangeitemcontent only.