pub struct GoogleCloudAssetV1StringValues {
pub allowed_values: Option<Vec<String>>,
pub denied_values: Option<Vec<String>>,
}Expand description
The string values for the list constraints.
This type is not used in any activity, and only used as part of another schema.
Fields§
§allowed_values: Option<Vec<String>>List of values allowed at this resource.
denied_values: Option<Vec<String>>List of values denied at this resource.
Trait Implementations§
Source§impl Clone for GoogleCloudAssetV1StringValues
impl Clone for GoogleCloudAssetV1StringValues
Source§fn clone(&self) -> GoogleCloudAssetV1StringValues
fn clone(&self) -> GoogleCloudAssetV1StringValues
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 Default for GoogleCloudAssetV1StringValues
impl Default for GoogleCloudAssetV1StringValues
Source§fn default() -> GoogleCloudAssetV1StringValues
fn default() -> GoogleCloudAssetV1StringValues
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssetV1StringValues
impl<'de> Deserialize<'de> for GoogleCloudAssetV1StringValues
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 GoogleCloudAssetV1StringValues
Auto Trait Implementations§
impl Freeze for GoogleCloudAssetV1StringValues
impl RefUnwindSafe for GoogleCloudAssetV1StringValues
impl Send for GoogleCloudAssetV1StringValues
impl Sync for GoogleCloudAssetV1StringValues
impl Unpin for GoogleCloudAssetV1StringValues
impl UnwindSafe for GoogleCloudAssetV1StringValues
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