Struct podman_api_stubs::models::Plugin [−][src]
pub struct Plugin {
pub config: PluginConfig,
pub enabled: bool,
pub id: Option<String>,
pub name: String,
pub plugin_reference: Option<String>,
pub settings: PluginSettings,
}
Expand description
Plugin A plugin for the Engine API
Fields
config: PluginConfig
enabled: bool
id: Option<String>
name: String
plugin_reference: Option<String>
settings: PluginSettings
Implementations
pub fn new(
config: PluginConfig,
enabled: bool,
name: String,
settings: PluginSettings
) -> Plugin
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Plugin
impl UnwindSafe for Plugin
Blanket Implementations
Mutably borrows from an owned value. Read more