Struct google_compute1::api::ConsistentHashLoadBalancerSettingsHttpCookie[][src]

pub struct ConsistentHashLoadBalancerSettingsHttpCookie {
    pub name: Option<String>,
    pub path: Option<String>,
    pub ttl: Option<Duration>,
}

The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.

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

Fields

name: Option<String>

Name of the cookie.

path: Option<String>

Path to set for the cookie.

ttl: Option<Duration>

Lifetime of the cookie.

Trait Implementations

impl Clone for ConsistentHashLoadBalancerSettingsHttpCookie[src]

impl Debug for ConsistentHashLoadBalancerSettingsHttpCookie[src]

impl Default for ConsistentHashLoadBalancerSettingsHttpCookie[src]

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

impl Part for ConsistentHashLoadBalancerSettingsHttpCookie[src]

impl Serialize for ConsistentHashLoadBalancerSettingsHttpCookie[src]

Auto Trait Implementations

impl RefUnwindSafe for ConsistentHashLoadBalancerSettingsHttpCookie[src]

impl Send for ConsistentHashLoadBalancerSettingsHttpCookie[src]

impl Sync for ConsistentHashLoadBalancerSettingsHttpCookie[src]

impl Unpin for ConsistentHashLoadBalancerSettingsHttpCookie[src]

impl UnwindSafe for ConsistentHashLoadBalancerSettingsHttpCookie[src]

Blanket Implementations

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

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

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

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

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

impl<T> Instrument 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 = Infallible

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.