Struct RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
pub struct RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet {
pub host: Option<String>,
pub http_headers: Option<Vec<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGetHttpHeaders>>,
pub path: Option<String>,
pub port: IntOrString,
pub scheme: Option<String>,
}Fields§
§host: Option<String>§http_headers: Option<Vec<RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGetHttpHeaders>>§path: Option<String>§port: IntOrString§scheme: Option<String>Trait Implementations§
Source§impl Clone for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl Clone for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
Source§fn clone(
&self,
) -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
fn clone( &self, ) -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
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 RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl Debug for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
Source§impl Default for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl Default for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
Source§fn default() -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
fn default() -> RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl<'de> Deserialize<'de> for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
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 RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl PartialEq for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
Source§fn eq(
&self,
other: &RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet,
) -> bool
fn eq( &self, other: &RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl Serialize for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl StructuralPartialEq for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
Auto Trait Implementations§
impl Freeze for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl RefUnwindSafe for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl Send for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl Sync for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl Unpin for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
impl UnwindSafe for RayServiceRayClusterConfigHeadGroupSpecTemplateSpecInitContainersReadinessProbeHttpGet
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