Struct aws_sdk_inspector2::operation::get_ec2_deep_inspection_configuration::GetEc2DeepInspectionConfigurationInput
source · #[non_exhaustive]pub struct GetEc2DeepInspectionConfigurationInput {}Implementations§
source§impl GetEc2DeepInspectionConfigurationInput
impl GetEc2DeepInspectionConfigurationInput
sourcepub fn builder() -> GetEc2DeepInspectionConfigurationInputBuilder
pub fn builder() -> GetEc2DeepInspectionConfigurationInputBuilder
Creates a new builder-style object to manufacture GetEc2DeepInspectionConfigurationInput.
Trait Implementations§
source§impl Clone for GetEc2DeepInspectionConfigurationInput
impl Clone for GetEc2DeepInspectionConfigurationInput
source§fn clone(&self) -> GetEc2DeepInspectionConfigurationInput
fn clone(&self) -> GetEc2DeepInspectionConfigurationInput
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 for GetEc2DeepInspectionConfigurationInput
impl PartialEq for GetEc2DeepInspectionConfigurationInput
source§fn eq(&self, other: &GetEc2DeepInspectionConfigurationInput) -> bool
fn eq(&self, other: &GetEc2DeepInspectionConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEc2DeepInspectionConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for GetEc2DeepInspectionConfigurationInput
impl Send for GetEc2DeepInspectionConfigurationInput
impl Sync for GetEc2DeepInspectionConfigurationInput
impl Unpin for GetEc2DeepInspectionConfigurationInput
impl UnwindSafe for GetEc2DeepInspectionConfigurationInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.