Skip to main content

IMascotColorChangeItemContentMethods

Trait IMascotColorChangeItemContentMethods 

Source
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§

Source

fn set_check(self, value: impl Into<bool>)

SetCheck(bool) overload

Source

fn set_select(self, value: impl Into<bool>)

SetSelect(bool) overload

Source

fn awake(self)

Awake() overload

Source

fn update(self)

Update() overload

Source

fn ctor(self)

.ctor() 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: IMascotColorChangeItemContent> IMascotColorChangeItemContentMethods for __T

Available on crate feature app-mascotcolorchangeitemcontent only.