pub struct RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart {
pub exec: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartExec>,
pub http_get: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartHttpGet>,
pub sleep: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartSleep>,
pub tcp_socket: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartTcpSocket>,
}Fields§
§exec: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartExec>§http_get: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartHttpGet>§sleep: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartSleep>§tcp_socket: Option<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStartTcpSocket>Trait Implementations§
Source§impl Clone for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl Clone for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
Source§fn clone(
&self,
) -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
fn clone( &self, ) -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl Debug for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
Source§impl Default for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl Default for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
Source§fn default() -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
fn default() -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl<'de> Deserialize<'de> for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
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
Source§impl PartialEq for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl PartialEq for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
Source§fn eq(
&self,
other: &RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart,
) -> bool
fn eq( &self, other: &RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl Serialize for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl StructuralPartialEq for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
Auto Trait Implementations§
impl Freeze for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl RefUnwindSafe for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl Send for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl Sync for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl Unpin for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
impl UnwindSafe for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecContainersLifecyclePostStart
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