pub struct RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders {
pub name: String,
pub value: String,
}Expand description
HTTPHeader describes a custom header to be used in HTTP probes
Fields§
§name: StringThe header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
value: StringThe header field value
Trait Implementations§
Source§impl Clone for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl Clone for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
Source§fn clone(
&self,
) -> RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
fn clone( &self, ) -> RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
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 Default for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl Default for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
Source§fn default() -> RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
fn default() -> RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl<'de> Deserialize<'de> for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
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 RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl PartialEq for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
Source§fn eq(
&self,
other: &RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders,
) -> bool
fn eq( &self, other: &RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
Auto Trait Implementations§
impl Freeze for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl RefUnwindSafe for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl Send for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl Sync for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl Unpin for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
impl UnwindSafe for RuntimeComponentSidecarContainersReadinessProbeHttpGetHttpHeaders
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