Struct podman_api_stubs::models::VolumeUsageData [−][src]
Expand description
VolumeUsageData Usage details about the volume. This information is used by the GET /system/df
endpoint, and omitted in other endpoints.
Fields
ref_count: i64
size: i64
Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VolumeUsageData
impl Send for VolumeUsageData
impl Sync for VolumeUsageData
impl Unpin for VolumeUsageData
impl UnwindSafe for VolumeUsageData
Blanket Implementations
Mutably borrows from an owned value. Read more