Struct podman_api_stubs::models::PluginConfigInterface [−][src]
pub struct PluginConfigInterface {
pub protocol_scheme: Option<String>,
pub socket: String,
pub types: Vec<PluginInterfaceType>,
}
Expand description
PluginConfigInterface The interface between Docker and the plugin
Fields
protocol_scheme: Option<String>
socket: String
types: Vec<PluginInterfaceType>
Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PluginConfigInterface
impl Send for PluginConfigInterface
impl Sync for PluginConfigInterface
impl Unpin for PluginConfigInterface
impl UnwindSafe for PluginConfigInterface
Blanket Implementations
Mutably borrows from an owned value. Read more