Struct gapi_grpc::google::cloud::orgpolicy::v2::AlternatePolicySpec[][src]

pub struct AlternatePolicySpec {
    pub launch: String,
    pub spec: Option<PolicySpec>,
}

Similar to PolicySpec but with an extra ‘launch’ field for launch reference. The PolicySpec here is specific for dry-run/darklaunch.

Fields

launch: String

Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.

spec: Option<PolicySpec>

Specify Constraint for configurations of Cloud Platform resources.

Trait Implementations

impl Clone for AlternatePolicySpec[src]

impl Debug for AlternatePolicySpec[src]

impl Default for AlternatePolicySpec[src]

impl Message for AlternatePolicySpec[src]

impl PartialEq<AlternatePolicySpec> for AlternatePolicySpec[src]

impl StructuralPartialEq for AlternatePolicySpec[src]

Auto Trait Implementations

impl RefUnwindSafe for AlternatePolicySpec

impl Send for AlternatePolicySpec

impl Sync for AlternatePolicySpec

impl Unpin for AlternatePolicySpec

impl UnwindSafe for AlternatePolicySpec

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]