pub struct ListPodContainer {
pub id: Option<String>,
pub names: Option<String>,
pub restart_count: Option<u64>,
pub status: Option<String>,
}
Available on crate feature
v5
only.Fields§
§id: Option<String>
§names: Option<String>
§restart_count: Option<u64>
§status: Option<String>
Trait Implementations§
Source§impl Debug for ListPodContainer
impl Debug for ListPodContainer
Source§impl Default for ListPodContainer
impl Default for ListPodContainer
Source§fn default() -> ListPodContainer
fn default() -> ListPodContainer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListPodContainer
impl<'de> Deserialize<'de> for ListPodContainer
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
Auto Trait Implementations§
impl Freeze for ListPodContainer
impl RefUnwindSafe for ListPodContainer
impl Send for ListPodContainer
impl Sync for ListPodContainer
impl Unpin for ListPodContainer
impl UnwindSafe for ListPodContainer
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