Struct parallel_disk_usage::json_data::JsonData [−][src]
pub struct JsonData {
pub schema_version: SchemaVersion,
pub binary_version: Option<BinaryVersion>,
pub unit_and_tree: UnitAndTree,
}Expand description
Output of the program with --json-output flag as well as
input of the program with --json-input flag.
Fields
schema_version: SchemaVersionThe "schema-version" field.
binary_version: Option<BinaryVersion>The "pdu" field.
unit_and_tree: UnitAndTreeThe "unit" field and the "tree" field.
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
Auto Trait Implementations
impl RefUnwindSafe for JsonData
impl UnwindSafe for JsonData
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply f to self. Read more
Apply f to &self. Read more
Apply f to &mut self. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait AsRef<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait AsMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more