Trait Handlers
Source pub trait Handlers {
Show 26 methods
// Required methods
fn api_cloud_certificate_handler(&self) -> ApiCloudCertificateCommandHandler;
fn api_cloud_domain_handler(&self) -> ApiCloudDomainCommandHandler;
fn api_cloud_handler(&self) -> ApiCloudCommandHandler;
fn api_definition_handler(&self) -> ApiDefinitionCommandHandler;
fn api_deployment_handler(&self) -> ApiDeploymentCommandHandler;
fn api_handler(&self) -> ApiCommandHandler;
fn api_security_scheme_handler(&self) -> ApiSecuritySchemeCommandHandler;
fn app_handler(&self) -> AppCommandHandler;
fn cloud_account_grant_handler(&self) -> CloudAccountGrantCommandHandler;
fn cloud_account_handler(&self) -> CloudAccountCommandHandler;
fn cloud_handler(&self) -> CloudCommandHandler;
fn cloud_project_handler(&self) -> CloudProjectCommandHandler;
fn cloud_project_plugin_handler(&self) -> CloudProjectPluginCommandHandler;
fn cloud_project_policy_handler(&self) -> CloudProjectPolicyCommandHandler;
fn cloud_token_handler(&self) -> CloudTokenCommandHandler;
fn component_handler(&self) -> ComponentCommandHandler;
fn component_plugin_handler(&self) -> ComponentPluginCommandHandler;
fn error_handler(&self) -> ErrorHandler;
fn interactive_handler(&self) -> InteractiveHandler;
fn log_handler(&self) -> LogHandler;
fn plugin_installation_handler(&self) -> PluginInstallationHandler;
fn plugin_handler(&self) -> PluginCommandHandler;
fn profile_config_handler(&self) -> ProfileConfigCommandHandler;
fn profile_handler(&self) -> ProfileCommandHandler;
fn rib_repl_handler(&self) -> RibReplHandler;
fn worker_handler(&self) -> WorkerCommandHandler;
}