pub struct NextStateOfTags {
pub tags_full_state: Option<TagsFullState>,
pub tags_full_state_for_child_resource: Option<TagsFullStateForChildResource>,
pub tags_partial_state: Option<TagsPartialState>,
}Expand description
Used for calculating the next state of tags on the resource being passed for the CheckCustomConstraints RPC call. The detail evaluation of each field is described in go/op-create-update-time-tags and go/tags-in-orgpolicy-requests.
This type is not used in any activity, and only used as part of another schema.
Fields§
no description provided
no description provided
no description provided
Trait Implementations§
Source§impl Clone for NextStateOfTags
impl Clone for NextStateOfTags
Source§fn clone(&self) -> NextStateOfTags
fn clone(&self) -> NextStateOfTags
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 NextStateOfTags
impl Debug for NextStateOfTags
Source§impl Default for NextStateOfTags
impl Default for NextStateOfTags
Source§fn default() -> NextStateOfTags
fn default() -> NextStateOfTags
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NextStateOfTags
impl<'de> Deserialize<'de> for NextStateOfTags
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
Source§impl Serialize for NextStateOfTags
impl Serialize for NextStateOfTags
impl Part for NextStateOfTags
Auto Trait Implementations§
impl Freeze for NextStateOfTags
impl RefUnwindSafe for NextStateOfTags
impl Send for NextStateOfTags
impl Sync for NextStateOfTags
impl Unpin for NextStateOfTags
impl UnwindSafe for NextStateOfTags
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