pub trait IDishSelectMenu_DishSelectMenuManagerMethods: IDishSelectMenu_DishSelectMenuManager {
// Provided methods
fn on_create(self) { ... }
fn save(self, menu: impl Into<DishSelectMenu>) { ... }
fn restore(self, menu: impl Into<DishSelectMenu>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn save(self, menu: impl Into<DishSelectMenu>)
fn save(self, menu: impl Into<DishSelectMenu>)
Save(crate::app::cooking_menu::dishselectmenu::DishSelectMenu) overload
Sourcefn restore(self, menu: impl Into<DishSelectMenu>)
fn restore(self, menu: impl Into<DishSelectMenu>)
Restore(crate::app::cooking_menu::dishselectmenu::DishSelectMenu) 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: IDishSelectMenu_DishSelectMenuManager> IDishSelectMenu_DishSelectMenuManagerMethods for __T
Available on crate feature
app-cooking_menu-dishselectmenu only.