Skip to main content

IDishSelectMenu_DishSelectMenuManagerMethods

Trait IDishSelectMenu_DishSelectMenuManagerMethods 

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

Source

fn on_create(self)

OnCreate() overload

Source

fn save(self, menu: impl Into<DishSelectMenu>)

Save(crate::app::cooking_menu::dishselectmenu::DishSelectMenu) overload

Source

fn restore(self, menu: impl Into<DishSelectMenu>)

Restore(crate::app::cooking_menu::dishselectmenu::DishSelectMenu) 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: IDishSelectMenu_DishSelectMenuManager> IDishSelectMenu_DishSelectMenuManagerMethods for __T

Available on crate feature app-cooking_menu-dishselectmenu only.