Struct perseus::plugins::ControlPluginActions [−][src]
pub struct ControlPluginActions {
pub settings_actions: ControlPluginSettingsActions,
pub build_actions: ControlPluginBuildActions,
pub export_actions: ControlPluginExportActions,
pub server_actions: ControlPluginServerActions,
pub client_actions: ControlPluginClientActions,
}Expand description
All the control actions that a plugin can take.
Fields
settings_actions: ControlPluginSettingsActionsActions pertaining to the modification of settings created with the define_app! macro.
build_actions: ControlPluginBuildActionsActions pertaining to the build process.
export_actions: ControlPluginExportActionsActions pertaining to the export process.
server_actions: ControlPluginServerActionsActions pertaining to the server.
client_actions: ControlPluginClientActionsActions pertaining to the client-side code.
Trait Implementations
Returns the “default value” for a type. Read more