pub struct EnableImportFindingsForProductResponse {
pub product_subscription_arn: Option<String>,
}Fields§
§product_subscription_arn: Option<String>The ARN of your subscription to the product to enable integrations for.
Trait Implementations§
Source§impl Clone for EnableImportFindingsForProductResponse
impl Clone for EnableImportFindingsForProductResponse
Source§fn clone(&self) -> EnableImportFindingsForProductResponse
fn clone(&self) -> EnableImportFindingsForProductResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnableImportFindingsForProductResponse
impl Default for EnableImportFindingsForProductResponse
Source§fn default() -> EnableImportFindingsForProductResponse
fn default() -> EnableImportFindingsForProductResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnableImportFindingsForProductResponse
impl<'de> Deserialize<'de> for EnableImportFindingsForProductResponse
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 PartialEq for EnableImportFindingsForProductResponse
impl PartialEq for EnableImportFindingsForProductResponse
Source§fn eq(&self, other: &EnableImportFindingsForProductResponse) -> bool
fn eq(&self, other: &EnableImportFindingsForProductResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnableImportFindingsForProductResponse
Auto Trait Implementations§
impl Freeze for EnableImportFindingsForProductResponse
impl RefUnwindSafe for EnableImportFindingsForProductResponse
impl Send for EnableImportFindingsForProductResponse
impl Sync for EnableImportFindingsForProductResponse
impl Unpin for EnableImportFindingsForProductResponse
impl UnsafeUnpin for EnableImportFindingsForProductResponse
impl UnwindSafe for EnableImportFindingsForProductResponse
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