pub struct PodListItemContainer {
pub id: String,
pub names: String,
pub restart_count: u64,
pub status: String,
}
Fields§
§id: String
§names: String
§restart_count: u64
§status: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PodListItemContainer
impl<'de> Deserialize<'de> for PodListItemContainer
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 PodListItemContainer
impl RefUnwindSafe for PodListItemContainer
impl Send for PodListItemContainer
impl Sync for PodListItemContainer
impl Unpin for PodListItemContainer
impl UnwindSafe for PodListItemContainer
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