pub trait IMapSequenceGod_ProcEngageMethods: IMapSequenceGod_ProcEngage {
Show 13 methods
// Provided methods
fn is_usable_info(self) -> bool { ... }
fn is_need_to_deploy(self) -> bool { ... }
fn move_wait(self) { ... }
fn hide_info_ui_for_detail(self) { ... }
fn hide_info_ui_for_simple(self) { ... }
fn update_image(self) { ... }
fn update_info_ui(self) { ... }
fn show_info_ui(self) { ... }
fn update_deploy(self) { ... }
fn update_map_route(self) { ... }
fn update_map_cursor(self) { ... }
fn is_update_map_route(self) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn is_usable_info(self) -> bool
fn is_usable_info(self) -> bool
IsUsableInfo() overload
Sourcefn is_need_to_deploy(self) -> bool
fn is_need_to_deploy(self) -> bool
IsNeedToDeploy() overload
Sourcefn hide_info_ui_for_detail(self)
fn hide_info_ui_for_detail(self)
HideInfoUIForDetail() overload
Sourcefn hide_info_ui_for_simple(self)
fn hide_info_ui_for_simple(self)
HideInfoUIForSimple() overload
Sourcefn update_image(self)
fn update_image(self)
UpdateImage() overload
Sourcefn update_info_ui(self)
fn update_info_ui(self)
UpdateInfoUI() overload
Sourcefn show_info_ui(self)
fn show_info_ui(self)
ShowInfoUI() overload
Sourcefn update_deploy(self)
fn update_deploy(self)
UpdateDeploy() overload
Sourcefn update_map_route(self)
fn update_map_route(self)
UpdateMapRoute() overload
Sourcefn update_map_cursor(self)
fn update_map_cursor(self)
UpdateMapCursor() overload
Sourcefn is_update_map_route(self) -> bool
fn is_update_map_route(self) -> bool
IsUpdateMapRoute() 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: IMapSequenceGod_ProcEngage> IMapSequenceGod_ProcEngageMethods for __T
Available on crate feature
app-mapsequencegod only.