Struct aws_sdk_macie2::operation::update_sensitivity_inspection_template::UpdateSensitivityInspectionTemplateOutput
source · #[non_exhaustive]pub struct UpdateSensitivityInspectionTemplateOutput { /* private fields */ }
Implementations§
source§impl UpdateSensitivityInspectionTemplateOutput
impl UpdateSensitivityInspectionTemplateOutput
sourcepub fn builder() -> UpdateSensitivityInspectionTemplateOutputBuilder
pub fn builder() -> UpdateSensitivityInspectionTemplateOutputBuilder
Creates a new builder-style object to manufacture UpdateSensitivityInspectionTemplateOutput
.
Trait Implementations§
source§impl Clone for UpdateSensitivityInspectionTemplateOutput
impl Clone for UpdateSensitivityInspectionTemplateOutput
source§fn clone(&self) -> UpdateSensitivityInspectionTemplateOutput
fn clone(&self) -> UpdateSensitivityInspectionTemplateOutput
Returns a copy 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 PartialEq<UpdateSensitivityInspectionTemplateOutput> for UpdateSensitivityInspectionTemplateOutput
impl PartialEq<UpdateSensitivityInspectionTemplateOutput> for UpdateSensitivityInspectionTemplateOutput
source§fn eq(&self, other: &UpdateSensitivityInspectionTemplateOutput) -> bool
fn eq(&self, other: &UpdateSensitivityInspectionTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateSensitivityInspectionTemplateOutput
impl RequestId for UpdateSensitivityInspectionTemplateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateSensitivityInspectionTemplateOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSensitivityInspectionTemplateOutput
impl Send for UpdateSensitivityInspectionTemplateOutput
impl Sync for UpdateSensitivityInspectionTemplateOutput
impl Unpin for UpdateSensitivityInspectionTemplateOutput
impl UnwindSafe for UpdateSensitivityInspectionTemplateOutput
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