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