pub struct RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders {
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 RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl Clone for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
Source§fn clone(&self) -> RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
fn clone(&self) -> RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
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 RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl Default for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
Source§fn default() -> RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
fn default() -> RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl<'de> Deserialize<'de> for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
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 RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl PartialEq for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
Source§fn eq(
&self,
other: &RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders,
) -> bool
fn eq( &self, other: &RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
Auto Trait Implementations§
impl Freeze for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl RefUnwindSafe for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl Send for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl Sync for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl Unpin for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
impl UnwindSafe for RuntimeComponentInitContainersStartupProbeHttpGetHttpHeaders
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