Results
module
spring_boot::plugin
trait
spring_boot::plugin::Plugin
struct
spring_boot::plugin::PluginRef
method
spring_boot::app::AppBuilder::is_plugin_added
Returns
true
if the Plugin
has already been added.method
spring_boot::app::AppBuilder::add_plugin
add plugin
method
spring_boot::plugin::Plugin::name
Configures a name for the
Plugin
which is primarily used …trait method
spring_boot::plugin::Plugin::config_prefix
Prefix used to read toml configuration. If you need to …
method
spring_boot::plugin::Plugin::dependencies
A list of plugins to depend on. The plugin will be built …
method
spring_boot::app::AppBuilder::add_plugin
add plugin
trait method
spring_boot::plugin::Plugin::build
Configures the [
App
] to which this plugin is added.method
spring_boot::app::AppBuilder::get_config
Get the configuration items of the plugin according to the …
No results :(
Try on DuckDuckGo?
Or try looking in one of these:
Try on DuckDuckGo?
Or try looking in one of these:
- The Rust Reference for technical details about the language.
- Rust By Example for expository code examples.
- The Rust Book for introductions to language features and the language itself.
- Docs.rs for documentation of crates released on crates.io.