Struct google_orgpolicy2::api::GoogleCloudOrgpolicyV2ConstraintBooleanConstraint[][src]

pub struct GoogleCloudOrgpolicyV2ConstraintBooleanConstraint { /* fields omitted */ }

A Constraint that is either enforced or not. For example a constraint constraints/compute.disableSerialPortAccess. If it is enforced on a VM instance, serial port connections will not be opened to that instance.

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

Trait Implementations

impl Clone for GoogleCloudOrgpolicyV2ConstraintBooleanConstraint[src]

impl Debug for GoogleCloudOrgpolicyV2ConstraintBooleanConstraint[src]

impl Default for GoogleCloudOrgpolicyV2ConstraintBooleanConstraint[src]

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

impl Part for GoogleCloudOrgpolicyV2ConstraintBooleanConstraint[src]

impl Serialize for GoogleCloudOrgpolicyV2ConstraintBooleanConstraint[src]

Auto Trait Implementations

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.