[][src]Struct google_compute1::HealthCheckReference

pub struct HealthCheckReference {
    pub health_check: Option<String>,
}

A full or valid partial URL to a health check. For example, the following are valid URLs:

  • https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check
  • projects/project-id/global/httpHealthChecks/health-check
  • global/httpHealthChecks/health-check

This type is not used in any activity, and only used as part of another schema.

Fields

health_check: Option<String>

no description provided

Trait Implementations

impl Part for HealthCheckReference[src]

impl Clone for HealthCheckReference[src]

impl Default for HealthCheckReference[src]

impl Debug for HealthCheckReference[src]

impl Serialize for HealthCheckReference[src]

impl<'de> Deserialize<'de> for HealthCheckReference[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]