pub struct ChildrenGetOutputChildrenItemsChildrenItems {
pub free: u64,
pub leaf: bool,
pub name: String,
pub size: u64,
pub additional_properties: HashMap<String, Value>,
}
Fields§
§free: u64
The free bytes in the physical volume
leaf: bool
§name: String
The name of the physical volume
size: u64
The size of the physical volume in bytes
additional_properties: HashMap<String, Value>
Implementations§
Trait Implementations§
Source§impl Clone for ChildrenGetOutputChildrenItemsChildrenItems
impl Clone for ChildrenGetOutputChildrenItemsChildrenItems
Source§fn clone(&self) -> ChildrenGetOutputChildrenItemsChildrenItems
fn clone(&self) -> ChildrenGetOutputChildrenItemsChildrenItems
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<'de> Deserialize<'de> for ChildrenGetOutputChildrenItemsChildrenItems
impl<'de> Deserialize<'de> for ChildrenGetOutputChildrenItemsChildrenItems
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
Auto Trait Implementations§
impl Freeze for ChildrenGetOutputChildrenItemsChildrenItems
impl RefUnwindSafe for ChildrenGetOutputChildrenItemsChildrenItems
impl Send for ChildrenGetOutputChildrenItemsChildrenItems
impl Sync for ChildrenGetOutputChildrenItemsChildrenItems
impl Unpin for ChildrenGetOutputChildrenItemsChildrenItems
impl UnwindSafe for ChildrenGetOutputChildrenItemsChildrenItems
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