Struct podman_api_stubs::models::PluginEnv
source · [−]pub struct PluginEnv {
pub description: String,
pub name: String,
pub settable: Vec<String>,
pub value: String,
}
Expand description
PluginEnv plugin env
Fields
description: String
description
name: String
name
settable: Vec<String>
settable
value: String
value
Trait Implementations
sourceimpl<'de> Deserialize<'de> for PluginEnv
impl<'de> Deserialize<'de> for PluginEnv
sourcefn 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
sourceimpl PartialEq<PluginEnv> for PluginEnv
impl PartialEq<PluginEnv> for PluginEnv
impl StructuralPartialEq for PluginEnv
Auto Trait Implementations
impl RefUnwindSafe for PluginEnv
impl Send for PluginEnv
impl Sync for PluginEnv
impl Unpin for PluginEnv
impl UnwindSafe for PluginEnv
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more