Enum parallel_disk_usage::json_data::UnitAndTree [−][src]
pub enum UnitAndTree {
Bytes(Reflection<String, Bytes>),
Blocks(Reflection<String, Blocks>),
}Expand description
The "unit" field and the "tree" field of JsonData.
Variants
Bytes(Reflection<String, Bytes>)Tree where data is bytes.
Blocks(Reflection<String, Blocks>)Tree where data is blocks.
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
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for UnitAndTree
impl Send for UnitAndTree
impl Sync for UnitAndTree
impl Unpin for UnitAndTree
impl UnwindSafe for UnitAndTree
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