Struct ignition_config::v3_2::Filesystem
source · pub struct Filesystem {
pub device: String,
pub format: Option<String>,
pub label: Option<String>,
pub mount_options: Option<Vec<String>>,
pub options: Option<Vec<String>>,
pub path: Option<String>,
pub uuid: Option<String>,
pub wipe_filesystem: Option<bool>,
}Fields§
§device: String§format: Option<String>§label: Option<String>§mount_options: Option<Vec<String>>§options: Option<Vec<String>>§path: Option<String>§uuid: Option<String>§wipe_filesystem: Option<bool>Implementations§
Trait Implementations§
source§impl Clone for Filesystem
impl Clone for Filesystem
source§fn clone(&self) -> Filesystem
fn clone(&self) -> Filesystem
Returns a copy of the value. Read more
1.0.0 · 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 Filesystem
impl Debug for Filesystem
source§impl<'de> Deserialize<'de> for Filesystem
impl<'de> Deserialize<'de> for Filesystem
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 PartialEq<Filesystem> for Filesystem
impl PartialEq<Filesystem> for Filesystem
source§fn eq(&self, other: &Filesystem) -> bool
fn eq(&self, other: &Filesystem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.