pub struct EnableImportFindingsForProductRequest {
pub product_arn: String,
}
Fields§
§product_arn: String
The ARN of the product to enable the integration for.
Trait Implementations§
Source§impl Clone for EnableImportFindingsForProductRequest
impl Clone for EnableImportFindingsForProductRequest
Source§fn clone(&self) -> EnableImportFindingsForProductRequest
fn clone(&self) -> EnableImportFindingsForProductRequest
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 EnableImportFindingsForProductRequest
impl Default for EnableImportFindingsForProductRequest
Source§fn default() -> EnableImportFindingsForProductRequest
fn default() -> EnableImportFindingsForProductRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnableImportFindingsForProductRequest
impl PartialEq for EnableImportFindingsForProductRequest
Source§fn eq(&self, other: &EnableImportFindingsForProductRequest) -> bool
fn eq(&self, other: &EnableImportFindingsForProductRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EnableImportFindingsForProductRequest
Auto Trait Implementations§
impl Freeze for EnableImportFindingsForProductRequest
impl RefUnwindSafe for EnableImportFindingsForProductRequest
impl Send for EnableImportFindingsForProductRequest
impl Sync for EnableImportFindingsForProductRequest
impl Unpin for EnableImportFindingsForProductRequest
impl UnwindSafe for EnableImportFindingsForProductRequest
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