Struct podman_api::models::PluginConfigInterface [−][src]
pub struct PluginConfigInterface {
pub protocol_scheme: Option<String>,
pub socket: String,
pub types: Vec<PluginInterfaceType, Global>,
}
Expand description
PluginConfigInterface The interface between Docker and the plugin
Fields
protocol_scheme: Option<String>
Protocol to use for clients connecting to the plugin.
socket: String
socket
types: Vec<PluginInterfaceType, Global>
types
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginConfigInterface, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginConfigInterface, <__D as Deserializer<'de>>::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 !=
.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more