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: ControlPluginSettingsActions

Actions pertaining to the modification of settings created with PerseusApp.

build_actions: ControlPluginBuildActions

Actions pertaining to the build process.

export_actions: ControlPluginExportActions

Actions pertaining to the export process.

server_actions: ControlPluginServerActions

Actions pertaining to the server.

client_actions: ControlPluginClientActions

Actions pertaining to the client-side code.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.