Struct podman_api_stubs::models::PlayKubeReport [−][src]
pub struct PlayKubeReport {
pub pods: Option<Vec<PlayKubePod>>,
pub rm_report: Option<Vec<PodRmReport>>,
pub stop_report: Option<Vec<PodStopReport>>,
pub volumes: Option<Vec<PlayKubeVolume>>,
}
Fields
pods: Option<Vec<PlayKubePod>>
rm_report: Option<Vec<PodRmReport>>
stop_report: Option<Vec<PodStopReport>>
volumes: Option<Vec<PlayKubeVolume>>
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 PlayKubeReport
impl Send for PlayKubeReport
impl Sync for PlayKubeReport
impl Unpin for PlayKubeReport
impl UnwindSafe for PlayKubeReport
Blanket Implementations
Mutably borrows from an owned value. Read more