Struct google_deploymentmanager2::api::DeploymentLabelEntry[][src]

pub struct DeploymentLabelEntry {
    pub key: Option<String>,
    pub value: Option<String>,
}

Label object for Deployments

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

Fields

key: Option<String>

Key of the label

value: Option<String>

Value of the label

Trait Implementations

impl Clone for DeploymentLabelEntry[src]

impl Debug for DeploymentLabelEntry[src]

impl Default for DeploymentLabelEntry[src]

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

impl Part for DeploymentLabelEntry[src]

impl Serialize for DeploymentLabelEntry[src]

Auto Trait Implementations

impl RefUnwindSafe for DeploymentLabelEntry[src]

impl Send for DeploymentLabelEntry[src]

impl Sync for DeploymentLabelEntry[src]

impl Unpin for DeploymentLabelEntry[src]

impl UnwindSafe for DeploymentLabelEntry[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.