Struct podman_autogen_api::models::pod_start_report::PodStartReport
source · pub struct PodStartReport {
pub errs: Option<Vec<String>>,
pub id: Option<String>,
}
Fields§
§errs: Option<Vec<String>>
§id: Option<String>
Implementations§
source§impl PodStartReport
impl PodStartReport
pub fn new() -> PodStartReport
Trait Implementations§
source§impl Clone for PodStartReport
impl Clone for PodStartReport
source§fn clone(&self) -> PodStartReport
fn clone(&self) -> PodStartReport
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 PodStartReport
impl Debug for PodStartReport
source§impl Default for PodStartReport
impl Default for PodStartReport
source§fn default() -> PodStartReport
fn default() -> PodStartReport
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PodStartReport
impl<'de> Deserialize<'de> for PodStartReport
source§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
source§impl PartialEq for PodStartReport
impl PartialEq for PodStartReport
source§fn eq(&self, other: &PodStartReport) -> bool
fn eq(&self, other: &PodStartReport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PodStartReport
impl Serialize for PodStartReport
impl StructuralPartialEq for PodStartReport
Auto Trait Implementations§
impl Freeze for PodStartReport
impl RefUnwindSafe for PodStartReport
impl Send for PodStartReport
impl Sync for PodStartReport
impl Unpin for PodStartReport
impl UnwindSafe for PodStartReport
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)