Struct statehub_api::v0::Volume [−][src]
pub struct Volume {
pub id: Uuid,
pub name: VolumeName,
pub size_gi: u64,
pub fs_type: String,
pub active_location: Option<String>,
pub locations: Vec<VolumeLocation>,
pub format: Option<DateTime<Utc>>,
pub created: DateTime<Utc>,
pub modified: DateTime<Utc>,
}
Fields
id: Uuid
name: VolumeName
size_gi: u64
fs_type: String
active_location: Option<String>
locations: Vec<VolumeLocation>
format: Option<DateTime<Utc>>
created: DateTime<Utc>
modified: DateTime<Utc>
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
Auto Trait Implementations
impl RefUnwindSafe for Volume
impl UnwindSafe for Volume
Blanket Implementations
Mutably borrows from an owned value. Read more