pub struct AnalyzerOrgPolicyConstraint {
pub custom_constraint: Option<GoogleCloudAssetV1CustomConstraint>,
pub google_defined_constraint: Option<GoogleCloudAssetV1Constraint>,
}Expand description
The organization policy constraint definition.
This type is not used in any activity, and only used as part of another schema.
Fields§
§custom_constraint: Option<GoogleCloudAssetV1CustomConstraint>The definition of the custom constraint.
google_defined_constraint: Option<GoogleCloudAssetV1Constraint>The definition of the canned constraint defined by Google.
Trait Implementations§
Source§impl Clone for AnalyzerOrgPolicyConstraint
impl Clone for AnalyzerOrgPolicyConstraint
Source§fn clone(&self) -> AnalyzerOrgPolicyConstraint
fn clone(&self) -> AnalyzerOrgPolicyConstraint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnalyzerOrgPolicyConstraint
impl Debug for AnalyzerOrgPolicyConstraint
Source§impl Default for AnalyzerOrgPolicyConstraint
impl Default for AnalyzerOrgPolicyConstraint
Source§fn default() -> AnalyzerOrgPolicyConstraint
fn default() -> AnalyzerOrgPolicyConstraint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnalyzerOrgPolicyConstraint
impl<'de> Deserialize<'de> for AnalyzerOrgPolicyConstraint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for AnalyzerOrgPolicyConstraint
Auto Trait Implementations§
impl Freeze for AnalyzerOrgPolicyConstraint
impl RefUnwindSafe for AnalyzerOrgPolicyConstraint
impl Send for AnalyzerOrgPolicyConstraint
impl Sync for AnalyzerOrgPolicyConstraint
impl Unpin for AnalyzerOrgPolicyConstraint
impl UnwindSafe for AnalyzerOrgPolicyConstraint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more