#[non_exhaustive]pub struct ChangeMessageVisibilityOutput { /* private fields */ }Implementations§
source§impl ChangeMessageVisibilityOutput
impl ChangeMessageVisibilityOutput
sourcepub fn builder() -> ChangeMessageVisibilityOutputBuilder
pub fn builder() -> ChangeMessageVisibilityOutputBuilder
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 ==.source§impl RequestId for ChangeMessageVisibilityOutput
impl RequestId for ChangeMessageVisibilityOutput
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.