pub trait IRelayWdwMapHelp_ShowItemMethods: IRelayWdwMapHelp_ShowItem {
// Provided methods
fn ctor(self, item: impl Into<GameObject>) { ... }
fn set(self, item_data: impl Into<ItemData>) { ... }
}Provided Methods§
Sourcefn ctor(self, item: impl Into<GameObject>)
fn ctor(self, item: impl Into<GameObject>)
.ctor(crate::unity_engine::gameobject::GameObject) 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: IRelayWdwMapHelp_ShowItem> IRelayWdwMapHelp_ShowItemMethods for __T
Available on crate feature
app-relaywdwmaphelp only.