Struct docker_api::api::volume::data::VolumeInfo [−][src]
pub struct VolumeInfo { pub name: String, pub driver: String, pub mountpoint: String, pub created_at: DateTime<Utc>, pub status: StatusMap, pub labels: Labels, pub options: Options, pub scope: String, pub usage_data: Option<UsageData>, }
Fields
name: String
driver: String
mountpoint: String
created_at: DateTime<Utc>
status: StatusMap
labels: Labels
options: Options
scope: String
usage_data: Option<UsageData>
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 VolumeInfo
impl Send for VolumeInfo
impl Sync for VolumeInfo
impl Unpin for VolumeInfo
impl UnwindSafe for VolumeInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more