Enum collectd_plugin::PluginRegistration [−][src]
How many instances of the plugin will be registered
Variants
Single(Box<Plugin>)Our module will only register a single plugin
Multiple(Vec<(String, Box<Plugin>)>)Our module registers several modules. The String in the tuple must be unique identifier
Auto Trait Implementations
impl !Send for PluginRegistration
impl !Send for PluginRegistrationimpl Sync for PluginRegistration
impl Sync for PluginRegistration