pub struct PodInfoFull {
pub id: String,
pub name: String,
pub runtime: Option<PodRuntime>,
}Fields§
§id: String§name: String§runtime: Option<PodRuntime>Trait Implementations§
Source§impl Debug for PodInfoFull
impl Debug for PodInfoFull
Source§impl Default for PodInfoFull
impl Default for PodInfoFull
Source§fn default() -> PodInfoFull
fn default() -> PodInfoFull
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PodInfoFull
impl<'de> Deserialize<'de> for PodInfoFull
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 PodInfoFull
impl RefUnwindSafe for PodInfoFull
impl Send for PodInfoFull
impl Sync for PodInfoFull
impl Unpin for PodInfoFull
impl UnwindSafe for PodInfoFull
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