Struct aws_sdk_macie2::input::GetRevealConfigurationInput
source · [−]#[non_exhaustive]pub struct GetRevealConfigurationInput {}
Implementations
sourceimpl GetRevealConfigurationInput
impl GetRevealConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRevealConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRevealConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRevealConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRevealConfigurationInput
.
Trait Implementations
sourceimpl Clone for GetRevealConfigurationInput
impl Clone for GetRevealConfigurationInput
sourcefn clone(&self) -> GetRevealConfigurationInput
fn clone(&self) -> GetRevealConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetRevealConfigurationInput
impl Debug for GetRevealConfigurationInput
sourceimpl PartialEq<GetRevealConfigurationInput> for GetRevealConfigurationInput
impl PartialEq<GetRevealConfigurationInput> for GetRevealConfigurationInput
sourcefn eq(&self, other: &GetRevealConfigurationInput) -> bool
fn eq(&self, other: &GetRevealConfigurationInput) -> bool
impl StructuralPartialEq for GetRevealConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for GetRevealConfigurationInput
impl Send for GetRevealConfigurationInput
impl Sync for GetRevealConfigurationInput
impl Unpin for GetRevealConfigurationInput
impl UnwindSafe for GetRevealConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more