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