pub struct CloudControl {
pub cloud_control_name: Option<String>,
pub policy_type: Option<String>,
pub type_: Option<String>,
pub version: Option<i32>,
}Expand description
CloudControl associated with the finding.
This type is not used in any activity, and only used as part of another schema.
Fields§
§cloud_control_name: Option<String>Name of the CloudControl associated with the finding.
policy_type: Option<String>Policy type of the CloudControl
type_: Option<String>Type of cloud control.
version: Option<i32>Version of the Cloud Control
Trait Implementations§
Source§impl Clone for CloudControl
impl Clone for CloudControl
Source§fn clone(&self) -> CloudControl
fn clone(&self) -> CloudControl
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 CloudControl
impl Debug for CloudControl
Source§impl Default for CloudControl
impl Default for CloudControl
Source§fn default() -> CloudControl
fn default() -> CloudControl
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CloudControl
impl<'de> Deserialize<'de> for CloudControl
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 CloudControl
impl Serialize for CloudControl
impl Part for CloudControl
Auto Trait Implementations§
impl Freeze for CloudControl
impl RefUnwindSafe for CloudControl
impl Send for CloudControl
impl Sync for CloudControl
impl Unpin for CloudControl
impl UnwindSafe for CloudControl
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