pub struct GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality {
pub type_: Option<String>,
}Expand description
Criticality of the Application, Service, or Workload
This type is not used in any activity, and only used as part of another schema.
Fields§
§type_: Option<String>Criticality Type.
Trait Implementations§
Source§impl Clone for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl Clone for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
Source§fn clone(
&self,
) -> GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
fn clone( &self, ) -> GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
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 GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl Default for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
Source§fn default() -> GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
fn default() -> GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
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 GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
Auto Trait Implementations§
impl Freeze for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl RefUnwindSafe for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl Send for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl Sync for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl Unpin for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
impl UnwindSafe for GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality
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