pub struct PluginConfigRootfs {
pub diff_ids: Option<Vec<String>>,
pub type: Option<String>,
}Expand description
PluginConfigRootfs plugin config rootfs
Fields§
§diff_ids: Option<Vec<String>>diff ids
type: Option<String>type
Implementations§
Source§impl PluginConfigRootfs
impl PluginConfigRootfs
pub fn new() -> PluginConfigRootfs
Trait Implementations§
Source§impl Clone for PluginConfigRootfs
impl Clone for PluginConfigRootfs
Source§fn clone(&self) -> PluginConfigRootfs
fn clone(&self) -> PluginConfigRootfs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PluginConfigRootfs
impl Debug for PluginConfigRootfs
Source§impl<'de> Deserialize<'de> for PluginConfigRootfs
impl<'de> Deserialize<'de> for PluginConfigRootfs
Source§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
Source§impl FromStr for PluginConfigRootfs
Converts Query Parameters representation (style=form, explode=false) to a PluginConfigRootfs value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for PluginConfigRootfs
Converts Query Parameters representation (style=form, explode=false) to a PluginConfigRootfs value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for PluginConfigRootfs
impl PartialEq for PluginConfigRootfs
Source§fn eq(&self, other: &PluginConfigRootfs) -> bool
fn eq(&self, other: &PluginConfigRootfs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PluginConfigRootfs
impl Serialize for PluginConfigRootfs
impl StructuralPartialEq for PluginConfigRootfs
Source§impl ToString for PluginConfigRootfs
Converts the PluginConfigRootfs value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for PluginConfigRootfs
Converts the PluginConfigRootfs value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer
Source§impl Validate for PluginConfigRootfs
impl Validate for PluginConfigRootfs
Source§impl<'v_a> ValidateArgs<'v_a> for PluginConfigRootfs
impl<'v_a> ValidateArgs<'v_a> for PluginConfigRootfs
Auto Trait Implementations§
impl Freeze for PluginConfigRootfs
impl RefUnwindSafe for PluginConfigRootfs
impl Send for PluginConfigRootfs
impl Sync for PluginConfigRootfs
impl Unpin for PluginConfigRootfs
impl UnsafeUnpin for PluginConfigRootfs
impl UnwindSafe for PluginConfigRootfs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more