pub struct AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc {
pub port: i32,
pub service: Option<String>,
}Expand description
GRPC specifies a GRPC HealthCheckRequest.
Fields§
§port: i32Port number of the gRPC service. Number must be in the range 1 to 65535.
service: Option<String>Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
If this is not specified, the default behavior is defined by gRPC.
Trait Implementations§
Source§impl Clone for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl Clone for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
Source§fn clone(&self) -> AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
fn clone(&self) -> AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl Default for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
Source§fn default() -> AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
fn default() -> AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl<'de> Deserialize<'de> for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
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 AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl PartialEq for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
Source§fn eq(
&self,
other: &AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc,
) -> bool
fn eq( &self, other: &AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
Auto Trait Implementations§
impl Freeze for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl RefUnwindSafe for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl Send for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl Sync for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl Unpin for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl UnsafeUnpin for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
impl UnwindSafe for AutoscalingRunnerSetTemplateSpecContainersReadinessProbeGrpc
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