Struct aws_sdk_sqs::output::ChangeMessageVisibilityOutput
source · #[non_exhaustive]pub struct ChangeMessageVisibilityOutput {}
Implementations§
source§impl ChangeMessageVisibilityOutput
impl ChangeMessageVisibilityOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeMessageVisibilityOutput
.
Trait Implementations§
source§impl Clone for ChangeMessageVisibilityOutput
impl Clone for ChangeMessageVisibilityOutput
source§fn clone(&self) -> ChangeMessageVisibilityOutput
fn clone(&self) -> ChangeMessageVisibilityOutput
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<ChangeMessageVisibilityOutput> for ChangeMessageVisibilityOutput
impl PartialEq<ChangeMessageVisibilityOutput> for ChangeMessageVisibilityOutput
source§fn eq(&self, other: &ChangeMessageVisibilityOutput) -> bool
fn eq(&self, other: &ChangeMessageVisibilityOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.