Struct podman_api::models::VolumeListOkBody
source · pub struct VolumeListOkBody {
pub volumes: Vec<Volume, Global>,
pub warnings: Vec<String, Global>,
}Expand description
VolumeListOKBody Volume list response
Fields§
§volumes: Vec<Volume, Global>List of volumes
warnings: Vec<String, Global>Warnings that occurred when fetching the list of volumes.
Trait Implementations§
source§impl Clone for VolumeListOkBody
impl Clone for VolumeListOkBody
source§fn clone(&self) -> VolumeListOkBody
fn clone(&self) -> VolumeListOkBody
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 Debug for VolumeListOkBody
impl Debug for VolumeListOkBody
source§impl<'de> Deserialize<'de> for VolumeListOkBody
impl<'de> Deserialize<'de> for VolumeListOkBody
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<VolumeListOkBody, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<VolumeListOkBody, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<VolumeListOkBody> for VolumeListOkBody
impl PartialEq<VolumeListOkBody> for VolumeListOkBody
source§fn eq(&self, other: &VolumeListOkBody) -> bool
fn eq(&self, other: &VolumeListOkBody) -> bool
source§impl Serialize for VolumeListOkBody
impl Serialize for VolumeListOkBody
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more